1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Added M3 demo app (#1189)

* Added M3 demo app

* Changed to use the centralized lint configuration.

* Moved the app at the root level

* Added to CI

* Added app to beta CI and commented app on stable CI file

* Update README.md

* Addressed comments

* fixed comments

* Reverted app name in CI files.

* Added project to the Pub Dependabot config

* Linting pass for current beta channel standards

Co-authored-by: Qun Cheng <quncheng@google.com>
Co-authored-by: Craig Labenz <craig.labenz@gmail.com>
This commit is contained in:
Qun Cheng
2022-05-06 08:29:31 -07:00
committed by GitHub
parent 9fd13b507c
commit 6694b00dae
127 changed files with 5578 additions and 0 deletions

View File

@@ -28,6 +28,8 @@ declare -ar PROJECT_NAMES=(
"ios_app_clip"
"isolate_example"
"jsonexample"
# TODO(domesticmouse): Re-enable once Dart 2.17 is stable
# "material_3_demo"
"navigation_and_routing"
"null_safety/null_safe_app"
"null_safety/null_unsafe_app"

View File

@@ -26,6 +26,8 @@ declare -ar PROJECT_NAMES=(
"ios_app_clip"
"isolate_example"
"jsonexample"
# TODO(domesticmouse): Re-enable once Dart 2.17 is stable
# "material_3_demo"
"navigation_and_routing"
"null_safety/null_safe_app"
"null_safety/null_unsafe_app"