Trace: • Startup URL Parameters • Debug with Eclipse • Technical FAQ • En-/Disable REST Services • Cell editor styles • Build release
(flutterui)
Build release
Table of Contents
This is an old revision of the document!
Currently, beta channel is required for Flutter WEB:
flutter channel beta flutter doctor -v flutter config --enable-web
Run the web variant:
flutter run -d chrome
Build the release:
flutter build web
The result can be found in build/web directory.