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
- [x] play store
- [x] apple testflight
- [ ] app store (release soon, available on testflight or by sideloading)
- [ ] f-droid store
supported platforms
- [x] android 5+ (>=4.1 && <5.0 also supported but without login/video player)
- [x] ios 12.2+
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 falsen 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.
Comments are closed.