Files
renovate[bot] efb1450f2c chore(examples) Update Rust Deps (#598)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-03 15:27:16 -03:00
..
2021-04-22 18:24:23 -03:00
2021-04-22 18:24:23 -03:00
2021-04-22 18:24:23 -03:00
2021-04-22 18:24:23 -03:00
2021-04-22 18:24:23 -03:00
2021-04-22 18:24:23 -03:00

Flutter Tauri Example

A basic 2048 game written with Flutter and transpiled for the web.

To run, get the flutter sdk and execute flutter build web. If you want to just build and serve the flutter app via a chrome you can run flutter run -d chrome. To run on the experimental webserver, use flutter run -d web-server.

https://flutter.dev/docs/get-started/install

flutter config --enable-web
flutter channel dev
flutter build web