1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +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

@@ -22,7 +22,7 @@ declare -ar PROJECT_NAMES=(
"code_sharing/server"
"code_sharing/shared"
"deeplink_store_example"
# TODO(DomesticMouse): pkg:fluent_ui requires Dart =< 3.0.0
# TODO(DomesticMouse): Dependency 'fluent_ui' fails to compile. https://github.com/bdlukaa/fluent_ui/issues/865
# "desktop_photo_search/fluent_ui"
"desktop_photo_search/material"
# TODO(DomesticMouse): The function can't be unconditionally invoked because it can be 'null'.
@@ -61,7 +61,7 @@ declare -ar PROJECT_NAMES=(
"provider_counter"
"provider_shopper"
"simple_shader"
# TODO(DomesticMouse): pkg:fluent_ui requires Dart =< 3.0.0
# TODO(DomesticMouse): Dependency 'flutter_layout_grid' fails to compile. https://github.com/shyndman/flutter_layout_grid/issues/91
# "simplistic_calculator"
"simplistic_editor"
"testing_app"