Multiplayer TicTacToe Game App with Matchmaking developed as a Flutter showcase using async_redux package and Firebase.
The directory structure tree of the app separates business logic and user interface by using two folders: business, and client. To start the app, run the main file on the client folder.
This App uses Firebase. For it to work is necessary to configure the firebase credentials on main.dart file.