heroic_haiku
This is a game powered by Flutter and Flame. It is an excercise that I did to re-learn Flutter. The game is heavily inspired by Chrome’s Dino Game.
I am impressed that the web and mobile version behave pretty much the same! It is really “write once, run everywhere”!
$ flutter build web --release --dart-define=FLUTTER_WEB_USE_SKIA=true
$ flutter build android --release
$ flutter build ios --release
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Author: jingweno
Demo: https://jingweno.github.io/heroic_haiku/#/
Source Code: https://github.com/jingweno/heroic_haiku
#flutter #dart #mobile-apps