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
pull/1941/head
Brett Morgan 1 year ago committed by GitHub
parent 9ad73b86aa
commit cecaa9be07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

Loading…
Cancel
Save