Skip to content

febryardiansyah/animku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANIMKU - Discover your favourite anime

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.

Features

  • season schedule
  • anime detail
  • anime schedule (sunday - saturday)
  • canceled anime (season later)
  • search anime by name

Download Apk

animku.apk

Download IOS

Coming soon

ScreenShoot

Build Setup

# 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

Special Thanks

Thanks to JikanApi Team that has been provided myanimlist.net api for public You can read the docs here

Dependencies that I use :

  • provider: ^4.0.5
  • http: ^0.12.0+4
  • font_awesome_flutter: ^8.8.1
  • flutter_screenutil: ^1.1.0
  • line_awesome_icons: ^1.0.4+2
  • bottom_navy_bar: ^5.4.0
  • flutter_spinkit: ^4.1.2+1
  • flutter_bloc: ^4.0.0
  • equatable: ^1.1.1
  • intl: ^0.16.1
  • cached_network_image: ^2.1.0+1
  • rxdart: ^0.23.1
  • url_launcher: ^5.4.7
  • webview_flutter: ^0.3.21

For detailed explanation on how things work, check out Flutter docs.