1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 23:08:59 +00:00

CI maintenance (#1913)

## Pre-launch Checklist

- [x] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [x] I signed the [CLA].
- [x] I read the [Contributors Guide].
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-devrel
channel on [Discord].

<!-- Links -->
[Flutter Style Guide]:
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
[CLA]: https://cla.developers.google.com/
[Discord]: https://github.com/flutter/flutter/wiki/Chat
[Contributors Guide]:
https://github.com/flutter/samples/blob/main/CONTRIBUTING.md
This commit is contained in:
Brett Morgan
2023-06-26 09:34:31 +10:00
committed by GitHub
parent 4d52e4d4a2
commit 61036391cd
2 changed files with 3 additions and 4 deletions

View File

@@ -53,8 +53,7 @@ declare -ar PROJECT_NAMES=(
"material_3_demo"
# TODO(DomesticMouse): The '!' will have no effect because the receiver can't be null.
# "navigation_and_routing"
# TODO(DomesticMouse): Dependency 'gap-3.0.0' fails to compile. https://github.com/letsar/gap/issues/16
# "next_gen_ui_demo"
"next_gen_ui_demo"
"place_tracker"
"platform_channels"
"platform_design"