-
-
Notifications
You must be signed in to change notification settings - Fork 147
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
Comments
same |
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? |
same |
same 😫 |
same |
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
/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:
The text was updated successfully, but these errors were encountered: