Mixin `TextInputClient` to include `insertContent` implementation (#1618)

pull/1619/head
Parker Lougheed 2 years ago committed by GitHub
parent effc48c16b
commit 51f0a74820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,8 +40,7 @@ class BasicTextInputClient extends StatefulWidget {
}
class BasicTextInputClientState extends State<BasicTextInputClient>
with TextSelectionDelegate
implements DeltaTextInputClient {
with TextSelectionDelegate, TextInputClient, DeltaTextInputClient {
final GlobalKey _textKey = GlobalKey();
late AppStateWidgetState manager;
final ClipboardStatusNotifier? _clipboardStatus =

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

Loading…
Cancel
Save