Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/vinayak5002/lister
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayak5002 committed Aug 23, 2022
2 parents 78c077a + 29ad892 commit bae6bed
Showing 1 changed file with 41 additions and 10 deletions.
51 changes: 41 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,47 @@
# lister

A new Flutter project.
<h1 align="center">
<picture>
<img src="https://user-images.githubusercontent.com/82216732/185990337-9f066672-b031-4817-bbc5-45e6b6c557ad.png", width="80">
</picture>
<p>
Lister
</p>
</h1>

## 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.
- <img src="https://img.icons8.com/color/452/flutter.png" alt="Flutter" width="40" height="40"/>
- 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

<img src="https://user-images.githubusercontent.com/82216732/185988554-951965c5-0955-4410-9468-c49c89a5d75e.jpg" alt="1" width="400"/>
<img src="https://user-images.githubusercontent.com/82216732/185988596-680106cb-8139-4a37-b8e3-0031eb6fc21f.jpg" alt="2" width="400"/>
<img src="https://user-images.githubusercontent.com/82216732/185988701-288dd571-40d2-44d0-a627-9bed0d29cee9.jpg" alt="3" width="400"/>
<img src="https://user-images.githubusercontent.com/82216732/185988742-5db903ad-e47b-42ab-ae4e-3562bb3bced8.jpg" alt="4" width="400"/>
<img src="https://user-images.githubusercontent.com/82216732/185988782-17571bc7-f983-40f5-a2f2-78afb858d354.jpg" alt="5" width="400"/>

0 comments on commit bae6bed

Please sign in to comment.