An unofficial AniList app.
Google Play • IzzyOnDroid (F-Droid) • Privacy Policy
The iOS .ipa and the android .apk are bundled with each Github release.
Building for android
- Run
flutter build apk --split-per-abi
- Grab the apk release build file with your required ABI
Building for iOS
- Run
flutter build ios --no-codesign
- Copy
./build/ios/iphoneos/Runner.app
into aPayload
directory - Compress
Payload
and change extension to.ipa