diff --git a/README.md b/README.md index 806567d..287f848 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,47 @@ -# lister -A new Flutter project. +

+ + + +

+ Lister +

+

-## Getting Started +## About +Maintains record of the anime shows you watch -This project is a starting point for a Flutter application. +## Features -A few resources to get you started if this is your first Flutter project: + - Categorizes all shows to 5 catogories + - Watching + - On-hold + - Planned + - Dropped + - Completed + - Has record of how many episodes are watched + - Search all shows listed in [My Anime List](https://myanimelist.net/) + - See synopsis of shows -- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) -- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) +## Tools used -For help getting started with Flutter development, view the -[online documentation](https://docs.flutter.dev/), which offers tutorials, -samples, guidance on mobile development, and a full API reference. + - Flutter + - Jikan API + - [API Docs](https://jikan.moe/) + +## Flutter packages used + - [cupertino_icons](https://pub.dev/packages/cupertino_icons): ^1.0.2 + - [step_progress_indicator](https://pub.dev/packages/step_progress_indicator): ^1.0.2 + - [http](https://pub.dev/packages/http): ^0.13.5 + - [flutter_spinkit](https://pub.dev/packages/flutter_spinkit): ^5.1.0 + - [provider](https://pub.dev/packages/provider): ^6.0.3 + - [shared_preferences](https://pub.dev/packages/shared_preferences): ^2.0.15 + +## Preview +### Screenshots + + 1 + 2 + 3 + 4 + 5