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

stuck with this issue #105

Open
kketanssharma opened this issue Mar 18, 2022 · 0 comments
Open

stuck with this issue #105

kketanssharma opened this issue Mar 18, 2022 · 0 comments

Comments

@kketanssharma
Copy link

/Users/ksd/.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
    Try to either
  • provide an implementation,
  • inherit an implementation from a superclass or mixin,
  • mark the class as abstract, or
  • provide a 'noSuchMethod' implementation.

class ChipsInputState extends State<ChipsInput>
^^^^^^^^^^^^^^^

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

1 participant