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
Comments are closed.