mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +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"
|
"asset_transformation"
|
||||||
"background_isolate_channels"
|
"background_isolate_channels"
|
||||||
"code_sharing/client"
|
"code_sharing/client"
|
||||||
#TODO(ewindmill): The integration tests are failing
|
# TODO(ewindmill): The integration tests are failing
|
||||||
# "code_sharing/server"
|
# "code_sharing/server"
|
||||||
"code_sharing/shared"
|
"code_sharing/shared"
|
||||||
"compass_app/app"
|
"compass_app/app"
|
||||||
#TODO(ewindmill): The integration tests are failing
|
# TODO(ewindmill): The integration tests are failing
|
||||||
# "compass_app/server"
|
# "compass_app/server"
|
||||||
"context_menus"
|
"context_menus"
|
||||||
"date_planner"
|
"date_planner"
|
||||||
@@ -40,7 +40,7 @@ declare -ar PROJECT_NAMES=(
|
|||||||
"infinite_list"
|
"infinite_list"
|
||||||
"ios_app_clip"
|
"ios_app_clip"
|
||||||
# TODO(ewindmill): replace deprecated activeColor with activeThumbColor in 3.33
|
# TODO(ewindmill): replace deprecated activeColor with activeThumbColor in 3.33
|
||||||
# "isolate_example"
|
# "isolate_example"
|
||||||
# TODO(ewindmill) - RadioGroup api changed.
|
# TODO(ewindmill) - RadioGroup api changed.
|
||||||
# "material_3_demo"
|
# "material_3_demo"
|
||||||
"navigation_and_routing"
|
"navigation_and_routing"
|
||||||
|
|||||||
@@ -36,21 +36,21 @@ declare -ar PROJECT_NAMES=(
|
|||||||
"google_maps"
|
"google_maps"
|
||||||
"infinite_list"
|
"infinite_list"
|
||||||
"ios_app_clip"
|
"ios_app_clip"
|
||||||
|
# TODO(ewindmill) For all the following 4 -- Uncomment when 3.34 goes stable. I updated too soon.
|
||||||
# "isolate_example"
|
# "isolate_example"
|
||||||
# "material_3_demo"
|
# "material_3_demo"
|
||||||
|
# "platform_channels"
|
||||||
|
# "platform_design"
|
||||||
"navigation_and_routing"
|
"navigation_and_routing"
|
||||||
"pedometer"
|
"pedometer"
|
||||||
"pedometer/example"
|
"pedometer/example"
|
||||||
"place_tracker"
|
"place_tracker"
|
||||||
# "platform_channels"
|
|
||||||
"platform_design"
|
|
||||||
"platform_view_swift"
|
"platform_view_swift"
|
||||||
"provider_counter"
|
"provider_counter"
|
||||||
"provider_shopper"
|
"provider_shopper"
|
||||||
"simple_shader"
|
"simple_shader"
|
||||||
"simplistic_calculator"
|
"simplistic_calculator"
|
||||||
# TODO(@ewindmill) -
|
# "simplistic_editor"
|
||||||
# "simplistic_editor"
|
|
||||||
"testing_app"
|
"testing_app"
|
||||||
"veggieseasons"
|
"veggieseasons"
|
||||||
"web_embedding/element_embedding_demo"
|
"web_embedding/element_embedding_demo"
|
||||||
|
|||||||
Reference in New Issue
Block a user