An example project demonstrating how to make simple 2D puzzle games in Flutter
To build and run this project, you'll need a Flutter environment and an emulator or device for testing.
Steps to build this project:
- clone this repo
- cd into project directory
flutter pub get
to update packagesflutter run
to build and run on an available device
Thanks for checking it out!