mirror of https://github.com/flutter/samples.git
|
5 years ago | |
---|---|---|
.. | ||
android | 5 years ago | |
ios | 5 years ago | |
lib | 5 years ago | |
test | 5 years ago | |
web | 5 years ago | |
.gitignore | 5 years ago | |
.metadata | 5 years ago | |
README.md | 5 years ago | |
pubspec.lock | 5 years ago | |
pubspec.yaml | 5 years ago |
README.md
web_dashboard
(In progress) A dashboard app for the web, built with Flutter.
This app is web-first, and isn't guaranteed to run on iOS, Android or desktop platforms.
Running
Normal mode (DDC):
flutter run -d chrome
Skia / CanvasKit mode:
flutter run -d chrome --release --dart-define=FLUTTER_WEB_USE_SKIA=true