https://github.com/fingertips18/anime-vault
A mobile app where all of the most popular animes from the "shikimori.one API" are rendered in a vertical scrollable list.
https://github.com/fingertips18/anime-vault
bloc flutter getit retrofit
Last synced: 10 months ago
JSON representation
A mobile app where all of the most popular animes from the "shikimori.one API" are rendered in a vertical scrollable list.
- Host: GitHub
- URL: https://github.com/fingertips18/anime-vault
- Owner: Fingertips18
- Created: 2024-01-15T13:18:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T09:43:23.000Z (over 2 years ago)
- Last Synced: 2025-06-13T22:41:56.849Z (about 1 year ago)
- Topics: bloc, flutter, getit, retrofit
- Language: Dart
- Homepage: https://shikimori.one
- Size: 674 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anime Vault
A cross-platform mobile app where all of the most popular animes on https://shikimori.one/ are rendered in a vertical scrollable list.
# To - Do
• Anime details
• Video player
• Favorites
• Download
# What I learned
• Flutter state management (Bloc and freezed)
• Flutter clean architecture
• Core Data (Entities, Models, Properites)
• Fetch data using Retrofit
• Dependency Injection (get_it)