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.
- current season screen
- drawer and items
- anime detail
- schedule
- search anime
- top anime
- splash screen
- icon launcher
# 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
For detailed explanation on how things work, check out Flutter docs.