Animku is unofficial myanimelist.net application that will be available on ios and android.
if you want to contribute on this project, you can fork this project and pull request.
- season schedule
- anime detail
- anime schedule (sunday - saturday)
- canceled anime (season later)
- search anime by name
Coming soon
# install dependencies
$ flutter pub get
# run debug mode
$ flutter run
# run release mode
$ flutter run --release
# build app bundle
$ flutter build appbundle
# build apk
$ flutter build apk
Thanks to JikanApi Team that has been provided myanimlist.net api for public You can read the docs here
For detailed explanation on how things work, check out Flutter docs.