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 upgrade
Get repository as zip or git clone.
$: git clone [email protected]:angela-boyadjian/AniList.git
At the root of the repository get Packages.
$: flutter pub get
Run the application on your device or emulator.
$: flutter run
The documentation is located in the Wiki of this repository.