1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00
Files
samples/experimental/web_dashboard
John Ryan e24fef3af5 [web_dashboard] Navigation rail update (#356)
* add new navigation_rail, update adaptive_scaffold

* add outdated routing_demo

* Add AdaptiveScaffold experiment

* clean up experimental/ directory

* remove web_dashboard from CI script

new NavigationRail widget requires the master channel
2020-03-09 16:20:01 -07:00
..
2020-03-02 16:04:10 -08:00
2020-03-02 16:04:10 -08:00
2020-03-02 16:04:10 -08:00
2020-03-02 16:04:10 -08:00
2020-03-02 16:04:10 -08:00
2020-03-02 16:04:10 -08:00
2020-03-02 16:04:10 -08:00
2020-03-02 16:04:10 -08:00
2020-03-02 16:04:10 -08:00

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