mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
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]. <!-- Links --> [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
This commit is contained in:
@@ -63,7 +63,8 @@ declare -ar PROJECT_NAMES=(
|
|||||||
"simple_shader"
|
"simple_shader"
|
||||||
# TODO(DomesticMouse): Dependency 'flutter_layout_grid' fails to compile. https://github.com/shyndman/flutter_layout_grid/issues/91
|
# TODO(DomesticMouse): Dependency 'flutter_layout_grid' fails to compile. https://github.com/shyndman/flutter_layout_grid/issues/91
|
||||||
# "simplistic_calculator"
|
# "simplistic_calculator"
|
||||||
"simplistic_editor"
|
# TODO(DomesticMouse): The named parameter 'onLiveTextInput' is required, but there's no corresponding argument.
|
||||||
|
# "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