`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].

<!-- 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/1943/head
Brett Morgan 1 year ago committed by GitHub
parent 711076f46f
commit e50690f948
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -61,8 +61,7 @@ declare -ar PROJECT_NAMES=(
"provider_counter" "provider_counter"
"provider_shopper" "provider_shopper"
"simple_shader" "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" "simplistic_editor"
"testing_app" "testing_app"
"veggieseasons" "veggieseasons"

@ -61,8 +61,7 @@ declare -ar PROJECT_NAMES=(
"provider_counter" "provider_counter"
"provider_shopper" "provider_shopper"
"simple_shader" "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. # TODO(DomesticMouse): The named parameter 'onLiveTextInput' is required, but there's no corresponding argument.
# "simplistic_editor" # "simplistic_editor"
"testing_app" "testing_app"

Loading…
Cancel
Save