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

The non-abstract class 'ChipsInputState' is missing implementations .... #288

Closed
a7mdragab opened this issue May 24, 2020 · 2 comments
Closed
Labels
duplicate This issue or pull request already exists solved A solution for this issue had been found

Comments

@a7mdragab
Copy link

a7mdragab commented May 24, 2020

Hey bro,
I am using the package with flutter web. It was working fine but now it gives the error

Target dart2js failed: Exception:
../../flutter/.pub-cache/hosted/pub.dartlang.org/flutter_chips_input-1.8.1/lib/src/chips_input.dart:65:7:
Error: The non-abstract class 'ChipsInputState' is missing implementations for these members:
 - TextInputClient.currentAutofillScope
class ChipsInputState<T> extends State<ChipsInput<T>>
      ^^^^^^^^^^^^^^^
../../flutter/packages/flutter/lib/src/services/text_input.dart:769:21:
Info: 'TextInputClient.currentAutofillScope' is defined here.
  AutofillScope get currentAutofillScope;
                    ^^^^^^^^^^^^^^^^^^^^
Error: Compilation failed.

I tried using the latest beta/master channels of flutter and package versions 3.10.1 / 4.0.0-alpha.2 and the same error appears.
I am using master channel for my work.
Thanks

@danvick
Copy link
Collaborator

danvick commented May 24, 2020

Hi @a7mdragab,
Kindly find the solution within #277

@danvick danvick added duplicate This issue or pull request already exists solved A solution for this issue had been found labels May 24, 2020
@a7mdragab
Copy link
Author

Hi @a7mdragab,
Kindly find the solution within #277

Thanks. It worked fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists solved A solution for this issue had been found
Projects
None yet
Development

No branches or pull requests

2 participants