Skip to content

This is a Flutter-based anime information app that allows users to search and browse anime titles, view details about specific anime, and save their favorite anime to a personalized list.

Notifications You must be signed in to change notification settings

BrunoMazzocchi/crunchyanime

Repository files navigation

CrunchyAnime

This is a Flutter-based anime information app that allows users to search and browse anime titles, view details about specific anime, and save their favorite anime to a personalized list. The app utilizes a REST API to retrieve anime data and is built using Flutter, a popular open-source framework for building mobile apps. The code is available on GitHub for anyone to use or contribute to. If you want to contribute to the development of this app, please check out the repository.

Features

  • List trending anime
  • List some categories
  • Bookmark your favorite anime using
  • Watch anime information, images, staff and characters. (Some information might not be available)

Depedencies

  • Curved navigation bar: A beautiful navigation bar with animations.
  • Dio: To retrieve the API rest information and handle errors.
  • Generic Bloc Provider: Instead of using all BLoc features, I'm using a generic one.
  • Provider: To use all blocs in singleton, I'm using provider dependency to call them all via the MultiProvider in the main.dart
  • SQFLite: To store the bookmarked anime and call them later.
  • Youtube Player Flutter: To use a widget with the youtube video for each anime.
  • Shimmer: To show a loading animation while the data is being fetched from the API.

Backend

For the backend, I'm using the Kitsu Anime API

Kitsu API Docs, Kitsu API Docs. Kitsu API Github, Kitsu API Github.

About

This is a Flutter-based anime information app that allows users to search and browse anime titles, view details about specific anime, and save their favorite anime to a personalized list.

Topics

Resources

Stars

Watchers

Forks

Languages