All Projects → fikrirazzaq → YugiohCards

fikrirazzaq / YugiohCards

Licence: MIT license
Yugioh Cards Sample App using MobX, Provider, and Chopper

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to YugiohCards

flutter mobx boilerplate
A Flutter Project contains a Boilerplate code with MobX and Provider as a State Management.
Stars: ✭ 29 (-6.45%)
Mutual labels:  mobx, provider
WebMIDICon
🎹🥁 My MIDI instruments!
Stars: ✭ 60 (+93.55%)
Mutual labels:  mobx
taro-template
可用于生产环境的taro项目模版,技术栈:taro + taro-ui + typescript + dva / mobx + sass,无需过多关注项目配置,预置功能包括但不限于页面/组件/store/service模版一键生成/编译自动生成路由列表和组件入口/代码规范强制检查/请求拦截封装/小程序CI等,实现多端项目的高效快速开发。目前已有1.x / 2.x / 3.x 版本。
Stars: ✭ 59 (+90.32%)
Mutual labels:  mobx
data-flow
frontend data flow explored in React
Stars: ✭ 19 (-38.71%)
Mutual labels:  mobx
flutter app o2o
flutter高校食堂o2o预定服务,商业级应用,持续升级,完全开源。
Stars: ✭ 45 (+45.16%)
Mutual labels:  provider
wizard
🍳Wizardoc is a WEBAPP for managing documents and knowledge.
Stars: ✭ 57 (+83.87%)
Mutual labels:  mobx
flutter provider examples
Examples of Flutter's provider package
Stars: ✭ 41 (+32.26%)
Mutual labels:  provider
flutter database demo
🛠 Flutter 本地数据库存储 + 状态管理
Stars: ✭ 31 (+0%)
Mutual labels:  provider
isomorphic-react-with-mobx
React + MobX + React-Router + Express
Stars: ✭ 52 (+67.74%)
Mutual labels:  mobx
weapp-starter-kit
No description or website provided.
Stars: ✭ 13 (-58.06%)
Mutual labels:  mobx
Flutter Roadmap
This is a flutter roadmap and documentation repository. If anyone is interested you can join the party to help the community and make flutter great again.
Stars: ✭ 47 (+51.61%)
Mutual labels:  provider
electron-exhentai
No description or website provided.
Stars: ✭ 13 (-58.06%)
Mutual labels:  mobx
react-mobx
No description or website provided.
Stars: ✭ 25 (-19.35%)
Mutual labels:  mobx
serverless-scaleway-functions
Plugin for Serverless Framework to allow users to deploy their serverless applications on Scaleway Functions
Stars: ✭ 58 (+87.1%)
Mutual labels:  provider
flutter read
A flutter project, 一款Flutter实战项目,已空安全适配,封装各种UI组件,网络组件以及使用peovider进行状态管理。
Stars: ✭ 51 (+64.52%)
Mutual labels:  provider
mengya
一个类知乎文章方面的应用项目
Stars: ✭ 14 (-54.84%)
Mutual labels:  mobx
mobx-decorated-models
Decorators to create serialized model relations using Mobx
Stars: ✭ 18 (-41.94%)
Mutual labels:  mobx
baltar
Example graphics editor using MobX
Stars: ✭ 42 (+35.48%)
Mutual labels:  mobx
eth-provider
A Universal Ethereum Provider Client
Stars: ✭ 139 (+348.39%)
Mutual labels:  provider
public-ol-web-template
OrangeLoops Web Project Boilerplate
Stars: ✭ 28 (-9.68%)
Mutual labels:  mobx

Yugioh Cards Sample App

All data are collected from https://db.ygoprodeck.com/api-guide/.

I apply MobX as state management for this app. At this time, I only implement the list of cards with pagination and detail page. But, I will add some features like sorting, searching, and filter the cards based on availability of multiple parameters in the ygoprodeck.com api. In addition, I use git-karma for the commit messages conventions. There are still room for improvements, so I'm open for any feedback. Sharing with one another helps us all grow and learn. ✌️

Screenshots

Api Service

GET
https://db.ygoprodeck.com/api/v5/cardinfo.php

Build App

This app required generated code. Here is the command:

flutter packages get
flutter packages run build_runner build
flutter run

Libs Dependencies

TO DO

  • Chopper for Network calls
  • Using Provider
  • Favorite Cards using Moor
  • ...

Repository Created & Maintained By

Fikri Razzaq

#Flutter Enthusiast, #Android Developer.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].