From e50690f948c3f5a354423753431bf5f7c5e16e27 Mon Sep 17 00:00:00 2001 From: Brett Morgan Date: Thu, 13 Jul 2023 00:09:24 +0800 Subject: [PATCH] `simplistic_calculator` fixed (#1939) Fixed by https://github.com/shyndman/flutter_layout_grid/pull/92 ## 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 | 3 +-- tool/flutter_ci_script_master.sh | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/tool/flutter_ci_script_beta.sh b/tool/flutter_ci_script_beta.sh index 716b1733e..f744e880e 100755 --- a/tool/flutter_ci_script_beta.sh +++ b/tool/flutter_ci_script_beta.sh @@ -61,8 +61,7 @@ declare -ar PROJECT_NAMES=( "provider_counter" "provider_shopper" "simple_shader" - # TODO(DomesticMouse): Dependency 'flutter_layout_grid' fails to compile. https://github.com/shyndman/flutter_layout_grid/issues/91 - # "simplistic_calculator" + "simplistic_calculator" "simplistic_editor" "testing_app" "veggieseasons" diff --git a/tool/flutter_ci_script_master.sh b/tool/flutter_ci_script_master.sh index 57fc9bcb8..3a9385213 100755 --- a/tool/flutter_ci_script_master.sh +++ b/tool/flutter_ci_script_master.sh @@ -61,8 +61,7 @@ declare -ar PROJECT_NAMES=( "provider_counter" "provider_shopper" "simple_shader" - # TODO(DomesticMouse): Dependency 'flutter_layout_grid' fails to compile. https://github.com/shyndman/flutter_layout_grid/issues/91 - # "simplistic_calculator" + "simplistic_calculator" # TODO(DomesticMouse): The named parameter 'onLiveTextInput' is required, but there's no corresponding argument. # "simplistic_editor" "testing_app"