-
Notifications
You must be signed in to change notification settings - Fork 39
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
type '(String, String) => bool' is not a subtype of type '(dynamic, String) => bool' #11
Comments
I solved the above issue by removing the filter part below
but I got another issue when I try to select an item from the list, it says:
|
Probably due to flutter's beta release. I'll check that. |
Oh, you are on master channel... For now I am keeping the lib compatible with the stable release, which is beta. This bug will be fixed when flutter make mark this release as stable. |
I am getting this same error on Flutter 0.2.8 beta and Dart 2 |
I'll fix that today. I am moving my development to master. A lot o fixes aren't on beta yet. |
Released 0.2.2. |
Thank you! |
Is there any article discussing about this issue? Recently, I made my own searchable component, and stuck with this issue unitl I found @ianldgs 's commit. Hope there is any explanation about what happened with genetic and dynamic. |
I tried to run the Example code and worked fine at first with yellow warring, but this issue occurred after updating Flutter to :
Flutter 0.2.3-pre.41 • channel master
Tool : Dart 2.0.0-dev.39.0.flutter-f1ebe2bd5c
The text was updated successfully, but these errors were encountered: