A card game «engine» built in Flutter

0 0

Flutter Card Game

Overview

This is the final source code of the Flutter card game course available online here.

In the course, we will be solving common problems that come with building real-world applications including working with an external API using http and UI state management using the Provider package.

We’ll also have some fun coding some AI for our bot players and making use of inheritance in order to support different games that run off of the same core engine.

Core Dependencies:

Secondary Dependencies:

Learn about:

  • Parsing JSON
  • Model Factories
  • State Management with Provider
  • Null Safety
  • Class Inheritance
  • VS Code refactoring / tips
  • AI

GitHub

View Github

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

Deja una respuesta

Entrada anterior Tesla car app using Flutter that works both android and iOS
Entrada siguiente Movie Info App Built With Flutter