mirror of
https://github.com/flutter/samples.git
synced 2026-03-30 16:23:23 +00:00
Fix CI (#2690)
Update repository for next Flutter release ## 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 have added sample code updates to the [changelog]. - [x] I updated/added relevant documentation (doc comments with `///`). If you need help, consider asking for advice on the #hackers-devrel channel on [Discord]. <!-- Links --> [Flutter Style Guide]: https://github.com/flutter/flutter/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md [Contributors Guide]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md [changelog]: ../CHANGELOG.md
This commit is contained in:
@@ -20,11 +20,11 @@ declare -ar PROJECT_NAMES=(
|
||||
"asset_transformation"
|
||||
"background_isolate_channels"
|
||||
"code_sharing/client"
|
||||
#TODO(ewindmill): The integration tests are failing
|
||||
# TODO(ewindmill): The integration tests are failing
|
||||
# "code_sharing/server"
|
||||
"code_sharing/shared"
|
||||
"compass_app/app"
|
||||
#TODO(ewindmill): The integration tests are failing
|
||||
# TODO(ewindmill): The integration tests are failing
|
||||
# "compass_app/server"
|
||||
"context_menus"
|
||||
"date_planner"
|
||||
@@ -40,7 +40,7 @@ declare -ar PROJECT_NAMES=(
|
||||
"infinite_list"
|
||||
"ios_app_clip"
|
||||
# TODO(ewindmill): replace deprecated activeColor with activeThumbColor in 3.33
|
||||
# "isolate_example"
|
||||
# "isolate_example"
|
||||
# TODO(ewindmill) - RadioGroup api changed.
|
||||
# "material_3_demo"
|
||||
"navigation_and_routing"
|
||||
|
||||
Reference in New Issue
Block a user