-
-
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
Not compatible with flutter 3.7 #136
Comments
same here. after updating to 3.7 i got this error flutter_chips_input-2.0.0/lib/src/chips_input.dart:87:7: Error: The non-abstract class 'ChipsInputState' is missing implementations for these members:
|
Same here! |
PLEASE FIX! |
Same here! |
append this code to file chips_input.dart
|
Add this to your pubspec
or if it's a nested dependency add
|
same problem , and I don't use this package |
equatable: ^2.0.5 |
One of your packages does. Just use my fix and it will work for you. flutter pub deps Will tell you which one. |
@bradintheusa but still same problem |
Please fix this package, I have to work 😫 |
Fixing this package won’t help you as you have a nested dependency The command I gave will tell you which one but just add the override. |
You mean dependency_overrides: 2 : flutter pub deps |
Do 1. 2 will just help you find the source for a longer term fix. |
@bradintheusa OK I will try |
Once this package is fixed other packages will need to be updated to use the fixed package. |
@bradintheusa is it map location picker ? Dart SDK 2.19.0 ├── animate_do 3.0.2 |
Yes but it requires these to both be upgraded as well form_builder_extra_fields |
dependency_overrides: |
For those still using this library, I have given up on waiting for danvick and created a new fork. I've integrated all of the open PRs and fixed a bug or two. Still working on another bug related to backspace on macOS. https://github.com/nlfiedler/choose_input_chips |
THANK YOU! |
Hi there! I got the same issue using flutter_chips_input v.2.0.0 on flutter 3.10.4. I tried to add methods that @shahirsoft shared above but I still got issue so i needed to add also insertContent method, like below. Hope this can help you!
|
Looks like we are not compatible with new flutter 3.7.
Is this repo officially dead?
The text was updated successfully, but these errors were encountered: