-
Notifications
You must be signed in to change notification settings - Fork 4
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
Using flutter-searchbox in a Flutter module it doesn't work #10
Comments
@FDavidse20 There is already an issue reported at here. It is more likely an issue with the flutter module created by android studio. If you can spend some time then I would recommend trying the following things:
Let us know if none of them work. We'll check on this. I've also published a version( |
@bietkul, thank you for the reply. |
@FDavidse20 I think flutter supports tree-shaking so it won't include the unused classes. I found a good article on this https://medium.com/flutter/optimizing-performance-in-flutter-web-apps-with-tree-shaking-and-deferred-loading-535fbe3cd674. |
Hi @bietkul , it's Filip from Funda again:
When using flutter-searchbox in a Flutter module it doesn't work anymore after the recent updates to incorporate null-safety.
steps to reproduce:
flutter_searchbox: ^2.0.0-nullsafety
searchbase: ^2.0.1
and the following error occurs:
Running pod install... 1,390ms
CocoaPods' output:
↳
Preparing
Error output from CocoaPods:
↳
Ignoring ffi-1.12.2 because its extensions are not built. Try: gem pristine ffi --version 1.12.2
Error running pod install
The text was updated successfully, but these errors were encountered: