1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-28 07:11:50 +00:00

[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
This commit is contained in:
John Ryan
2020-03-09 16:20:01 -07:00
committed by GitHub
parent 0a5a5109de
commit e24fef3af5
5 changed files with 921 additions and 320 deletions

View File

@@ -29,7 +29,6 @@ declare -ar PROJECT_NAMES=(
"add_to_app/flutter_module" \
"add_to_app/flutter_module_using_plugin" \
"animations" \
"experimental/web_dashboard" \
"flutter_maps_firestore" \
"gallery" \
"isolate_example" \