A basic demonstration for creating a Jardinains Game in Flutter
Jardinains Flutter
A basic demonstration for creating a Jardinains (Fancy Pong-Like) Game in Flutter
Demo
Note:
For optimal performance run the project in profile mode using command such as:
flutter run -d chrome --profile
(The command above is for web, replace "chrome" with your target platform)
For more details on how to run your project in profile mode, Click Here