FLUTTER ECOSYSTEM

BrunoMazzocchi/crunchyanime

这是一个基于 Flutter 的动漫信息应用,允许用户搜索和浏览动漫标题,查看特定动漫的详细信息,并将他们喜欢的动漫保存到个性化列表中。

CrunchyAnime 项目封面
Stars
5
Forks
2
最近推送(UTC)
2023年2月27日
项目状态
未归档
Bruno Mazzocchi GitHub avatar
GITHUB User

Bruno Mazzocchi ↗

Flutter Dev. Systems engineering student learning about software development, software architecture and some fun stuff. PC master race.

Managua, Nicaragua
语言DartSwiftKotlinObjective-C

技术话题

关联插件与示例

使用的依赖

依赖清单 25 项

App 分类

原始 README

以下为英文项目原文快照,最新内容请访问 GitHub。

展开 / 收起项目 README

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.

https://user-images.githubusercontent.com/68037905/214891515-25b1ce81-d390-4b66-a5ec-3a510dac44e8.png https://user-images.githubusercontent.com/68037905/214891521-d4bc6bf0-2cba-44a6-99a6-7ff1fc98ddda.png https://user-images.githubusercontent.com/68037905/214891523-6c771440-2817-4461-be39-a12fe20e3b8e.png https://user-images.githubusercontent.com/68037905/214891531-82cc1604-74a4-448c-858a-106863a4cf01.png https://user-images.githubusercontent.com/68037905/219274155-ec97f4b8-258f-4f55-945b-fde3498bf752.png

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.