A mobile application using Flutter & Firebase to keep track of your animes.
- Keep track of your anime list
- View top animes
- Search animes
Install Flutter. Run flutter upgrade to ensure you're on the latest.
$: flutter upgradeGet repository as zip or git clone.
$: git clone git@github.com:angela-boyadjian/AniList.gitAt the root of the repository get Packages.
$: flutter pub getRun the application on your device or emulator.
$: flutter runThe documentation is located in the Wiki of this repository.