1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Mixin TextInputClient to include insertContent implementation (#1618)

This commit is contained in:
Parker Lougheed
2023-02-01 02:20:51 -06:00
committed by GitHub
parent effc48c16b
commit 51f0a74820
2 changed files with 2 additions and 4 deletions

View File

@@ -50,8 +50,7 @@ declare -ar PROJECT_NAMES=(
"provider_counter"
"provider_shopper"
"simplistic_calculator"
# TODO(DomesticMouse): https://github.com/flutter/samples/issues/1616
# "simplistic_editor"
"simplistic_editor"
"testing_app"
"veggieseasons"
"web/_tool"