flutter web demo
1.0.0
Responsive web app powered by Flutter and Dart.
Run you app in Chrome
flutter run -d chromeTo hot restart (and rebuild state), press "R".
To enable the release compiler, run.
flutter build web && cp -R build/web/ docsThis will create a build/web directory with index.html, main.dart.js and the rest of the files needed to run
the application using a static HTTP server.
Post issues and feature requests on the GitHub issue tracker.
Flutter Web App Demo is available under the MIT license. See the LICENSE file for more info.