/flutter-web-demo

🌍 Responsive web app powered by Flutter and Dart

Primary LanguageC++MIT LicenseMIT

Responsive web app powered by Flutter and Dart.

Flutter Web App Demo is released under the MIT license. Current Build Status. PRs welcome!

Contents

📋 Features

⚙️ Requirements

🎉 Develop

Run you app in Chrome

flutter run -d chrome

To hot restart (and rebuild state), press "R".

👷‍ Building with the production JavaScript compiler

To enable the release compiler, run.

flutter build web && cp -R build/web/ docs

This 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.

🤷 Support

Post issues and feature requests on the GitHub issue tracker.

📄 License

Flutter Web App Demo is available under the MIT license. See the LICENSE file for more info.