Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in TextInputClient for flutter 3 #108

Open
ashim-kr-saha opened this issue May 12, 2022 · 6 comments
Open

Error in TextInputClient for flutter 3 #108

ashim-kr-saha opened this issue May 12, 2022 · 6 comments

Comments

@ashim-kr-saha
Copy link

/Users/user/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/flutter_chips_input-1.10.0/lib/src/chips_input.dart:87:7: Error: The non-abstract class 'ChipsInputState' is missing implementations for these members:

  • TextInputClient.insertTextPlaceholder
  • TextInputClient.removeTextPlaceholder
  • TextInputClient.showToolbar
@kketanssharma
Copy link

same

@VOIDCRUSHER
Copy link

I started seeing this issue as well after running flutter clean+build post Flutter 3.0.0 upgrade. Looks like there were a few breaking changes in the new API. Is this what happened to everyone as well?

@ducdac
Copy link

ducdac commented May 13, 2022

same

@lehnen
Copy link

lehnen commented May 13, 2022

same 😫

@Attiv
Copy link

Attiv commented May 13, 2022

same

@passsionforprogramming
Copy link

Also seeing this issue as well

danvick pushed a commit that referenced this issue May 16, 2022
* resolve issues #986, duplicate #1021, maybe others. TextInputClient added breaking change requiring three new overrides. empty implementation provided here to stop errors. See https://docs.flutter.dev/release/breaking-changes/scribble-text-input-client

* WidgetsBinding.instance is non-nullable in flutter 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants