From cecaa9be07e467242fcca61aff796e7a9322e3a5 Mon Sep 17 00:00:00 2001 From: Brett Morgan Date: Sun, 9 Jul 2023 17:05:22 +0800 Subject: [PATCH] Elide `simplistic_editor` (#1940) ## 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_master.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tool/flutter_ci_script_master.sh b/tool/flutter_ci_script_master.sh index 96866593a..57fc9bcb8 100755 --- a/tool/flutter_ci_script_master.sh +++ b/tool/flutter_ci_script_master.sh @@ -63,7 +63,8 @@ declare -ar PROJECT_NAMES=( "simple_shader" # TODO(DomesticMouse): Dependency 'flutter_layout_grid' fails to compile. https://github.com/shyndman/flutter_layout_grid/issues/91 # "simplistic_calculator" - "simplistic_editor" + # TODO(DomesticMouse): The named parameter 'onLiveTextInput' is required, but there's no corresponding argument. + # "simplistic_editor" "testing_app" "veggieseasons" "web_embedding/element_embedding_demo"