Chatsen
Chatsen is a cross-platform application that allows you to chat on Twitch with support for 3rd-party services such as 7TV, BTTV and FFZ.
It also features a built-in video player and a variety of other features, such as auto-completion, notifications (on supported platforms), whispers, and more to come!
Media
Downloads
You can find the latest release for supported platforms (iOS, Android) here.
Store Releases
- Play Store
- Apple TestFlight
- App Store (release soon, available on TestFlight or by sideloading)
- F-Droid Store
Supported platforms
- Android 5+ (>=4.1 && <5.0 also supported but without login/video player)
- iOS 12.2+
Support and donations
Support the project on Patreon and get some cool badges next to your username in return! https://www.patreon.com/chatsen
iOS Sideloading Guide
- Install AltStore on your device https://altstore.io/
- Download the .ipa file available on the release page
- Open the .ipa file with AltStore on your iPhone
Note: the .ipa file is not signed but will be signed automatically with AltStore on your device.
Build instructions
To build Chatsen, all you should need is the Flutter SDK on the master branch and it’s require dependencies for your platform (Android Studio for Android and XCode for iOS).
Running the following commands should allow you to build the application successfully:
flutter create . rm -rf test # Android sed -i '/<\/manifest>/i \ \ \ \ <uses-sdk tools:overrideLibrary="io.flutter.plugins.webviewflutter"/>' ./android/app/src/main/AndroidManifest.xml sed -i '/.*package=".*".*/i \ \ \ \ xmlns:tools="http://schemas.android.com/tools"' ./android/app/src/main/AndroidManifest.xml sed -i '/.*package=".*".*/a \ \ \ <uses-permission android:name="android.permission.INTERNET"/>' ./android/app/src/main/AndroidManifest.xml sed -i '/.*release {.*/a \ \ \ \ \ \ \ \ \ \ \ \ shrinkResources false\n\ \ \ \ \ \ \ \ \ \ \ \ minifyEnabled false' ./android/app/build.gradle flutter pub run flutter_launcher_icons:main flutter build apk # iOS flutter pub run flutter_launcher_icons:main flutter build ios --no-codesign
You may also check the Github Actions file here for more details.
Licensing
Chatsen is distributed under the AGPLv3 licence. A copy may be found in the LICENCE file in that repository. All the dependencies remain under their original licenses.
Usage
This project and it’s releases are provided as-is, no support is provided. Use at your own discretion.
Privacy Policy
Chatsen does not collect any personal or identifying information whatsoever. There are no servers, services or backend running related to the project either.
Since Chatsen interfaces with Twitch however, you are subject to their Privacy Policy available at https://www.twitch.tv/p/en/legal/privacy-notice/
Download Cross-platform Twitch Chat application source code on GitHub
Provides the list of the opensource Flutter apps collection with GitHub repository.