An open API service indexing awesome lists of open source software.

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.

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)