Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

simrat39/AnimeTwistFlut

Repository files navigation

Logo

AnimeTwistFlut

Github all releases GPLv3 license Discord release

⭐ Star us on GitHub — it helps! (not really)

Logo

Official Anime Twist android application

Built with flutter. Fast and beautiful.

Downloading

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.

Building

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 

Submitting issues

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.

Contributing

Contributions and patches are encouraged and may be submitted by forking this project and submitting a pull request here.

License

This project is licensed under the GPLv3 License. You can read the details here: