From 61036391cdcb48f56431d7452706b79ce5004ce1 Mon Sep 17 00:00:00 2001 From: Brett Morgan Date: Mon, 26 Jun 2023 09:34:31 +1000 Subject: [PATCH] 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]. [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 --- tool/flutter_ci_script_beta.sh | 4 ++-- tool/flutter_ci_script_master.sh | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/tool/flutter_ci_script_beta.sh b/tool/flutter_ci_script_beta.sh index 8fede7de2..716b1733e 100755 --- a/tool/flutter_ci_script_beta.sh +++ b/tool/flutter_ci_script_beta.sh @@ -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" diff --git a/tool/flutter_ci_script_master.sh b/tool/flutter_ci_script_master.sh index ee454eaa9..96866593a 100755 --- a/tool/flutter_ci_script_master.sh +++ b/tool/flutter_ci_script_master.sh @@ -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"