Yugioh Cards Sample App using MobX, Provider, and Chopper

Overview

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.

You might also like...

Relógio Pomodoro desenvolvido em Flutter utilizando reatividade como MOBX

pomodoro A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this

Nov 24, 2021

A starter example of a Flutter + Mobx + Notifications

A starter example of a Flutter + Mobx + Notifications

flutter-example A starter example of a Flutter + Mobx + Firebase Nofitications Before Debug $ flutter packages pub run build_runner watch --delete-con

Feb 3, 2021

Card-slider-flutter - Implementation of swipeable image cards with dot indicators

Card-slider-flutter - Implementation of swipeable image cards with dot indicators

card_slider A new Flutter project. Getting Started This project is a starting po

Sep 17, 2022

A powerful state machine for MobX management, that can be used in almost any application state.

A powerful state machine for MobX management, which can be used in almost any application state. It has 3 states - loading, success, error - and is pe

Oct 31, 2022

Clean Architecture + TDD + SOLID + Dependency Injection + GitFlow + Mobx

 Clean Architecture + TDD + SOLID + Dependency Injection + GitFlow + Mobx

Clean Architecture + TDD + SOLID + Dependency Injection + GitFlow + Mobx Flutter Interview Challenge This app is part of an interview process. It took

Dec 28, 2022

This library provides the easiest way to integrate Twitter Cards in Flutter web apps 🐦

This library provides the easiest way to integrate Twitter Cards in Flutter web apps 🐦

The Easiest Way to Integrate Twitter Cards into Your Flutter Web App 🐦 1. Guide 🌎 1.1. Features 💎 1.2. Getting Started ⚡ 1.2.1. Install Library 1.2

Aug 7, 2022

Repo for my MobX state management course

MobX state management Repo for my MobX state management course (https://youtu.be/7Od55PBxYkI) Getting Started Each step of the course is in its own ta

Oct 31, 2022

In this project, I performed a RESTful API operation with MobX.

In this project, I performed a RESTful API operation with MobX. When we click on one of the listed users, the post information of that user is display

Sep 7, 2022

Projeto utilizado para estudo do Slidy, Flutter Modular, Mobx e novos conceitos de UI, desenvolvido com base em curso online.

my_workout A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if th

Sep 9, 2022
Owner
Fikri Razzaq
Not bad.
Fikri Razzaq
A boilerplate project created in flutter using MobX and Provider

Boilerplate Project A boilerplate project created in flutter using MobX and Provider. Boilerplate supports both web and mobile, clone the appropriate

Mohamed Ziada 1 Jan 20, 2022
A boilerplate project created in flutter using MobX and Provider.

Boilerplate Project A boilerplate project created in flutter using MobX and Provider. Boilerplate supports both web and mobile, clone the appropriate

Zubair Rehman 1.9k Jan 8, 2023
Flutter boilerplate - A boilerplate project created in flutter using MobX and Provider

Boilerplate Project A boilerplate project created in flutter using MobX and Prov

Wali Khan 0 Jan 22, 2022
BloilerplateProject - A boilerplate project created in flutter using MobX and Provider

Boilerplate Project A boilerplate project created in flutter using MobX and Prov

null 1 Oct 23, 2022
Note provider - Note App using Provider state management, Sqflite and Localization for two language Arabic and English.

note_provider Sqflite with provider statemanagement Getting Started This project is a starting point for a Flutter application. A few resources to get

Mohanned Anwar 0 Jan 1, 2022
Dusyeri provider task - Dusyeri provider task built using flutter

Düşyeri Provider Task https://github.com/alper-mf/dusyeri_provider_task/blob/7d1

null 1 May 9, 2022
Pomodoro-app - Application of a pomodoro clock with Flutter using Mobx as state management

Pomodoro App Tecnologias | Como executar | Licença Demo ✨ Tecnologias Esse proje

Dhiana Pereira 4 Oct 21, 2022
Flutter base code for app with slivers for affect on app bar and scrolling of cards.

scroll_with_flexi_title A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you

null 0 Dec 28, 2021
A flutter demo app to practice ListView and Cards

A flutter demo app to practice ListView and Cards

Alexander Sosa 0 Jan 3, 2022
Card Swipe Animation Ruchika GuptaCard Swipe Animation [404⭐] - Swipe cards template by Ruchika Gupta.

FlutterCardSwipe Card Swipe Animation Creating the swipe view as used in the Tinder. Swipe right is considered accepted and swipe left is rejected.It

Ruchika Gupta 517 Dec 27, 2022