:star: Star us on GitHub — it helps! (not really)
Grab the latest apk from the assets here.
Make sure to select the correct apk while downloading.
For newer phones: app-arm64-v8a-release.apk will work fine.
For Smart Tvs and older phones: app-armeabi-v7a-release.apk will work fine.
For other special phones and emulators: app-x86_64-release.apk will be the best bet.
This app is built on flutter's dev channel, therefore before compiling, a switch to the dev channel is needed.
flutter channel dev
flutter upgrade --force
Anime Twist requires a secret key to be provided or else video streams wont work. We provide the secret key at compile time with the dart-define flag. We can't show the key for obvious reasons, if you need it for serious development of the video player, please contact someone from the dev team.
flutter pub get
flutter run --dart-define=KEY='<secret_key>' --release
Any feature requests or bugs can be reported here.
Quick guidelines:
For bugs: Describe the problem and the steps to reproduce it, maybe include some screenshots from the app for reference.
For feature requests: Describe all of the new features in detail so they can be easily understood and implemented.
Contributions and patches are encouraged and may be submitted by forking this project and submitting a pull request here.
This project is licensed under the GPLv3 License. You can read the details here: