-
Notifications
You must be signed in to change notification settings - Fork 353
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 name 'SuggestionsBoxDecoration' isn't a class. Try correcting the name to match an existing class. #459
Comments
Update. In this way: Works as expected. But I think for the above case, we need to check. |
Well that's a bit odd -- is your flutter up to date? The last change dealt with more examples in the examples side, etc. from what I could -- and it passed the (rather limited granted) test suite .. hmmm |
I'm in Flutter 3.7.3, @sjmcdowall. My tests also broke. |
Oh maybe it needs to be exported too, I will try to fix it |
Well something odd is happening -- many use 3.7.3 (I think) w/o issues .. are you guys on some beta branch ?? I.e. non-stable? |
Check here, I guess now everything is visible, maybe the example should also use that decoration on the list? |
@ivofernandes I performed a test with your branch and it solved the problem I had in the tests. @sjmcdowall, could you confirm with us? |
@ivofernandes for me yes. When I'm creating barrel files, I like to use this extension. |
Definitely a problem of class not being exported, this will require new version release |
The PR is ready |
#459 returned visibility to classes that are not in the example
Should be fixed in 4.3.5 |
Not sure if I should open another issue, but import 'package:flutter_typeahead/src/cupertino/suggestions_box/cupertino_suggestions_box_decoration.dart'; It does introduce a dart linter warning:
|
Well that doesn't sound good .. ugh. @ivofernandes ?? |
I can add it too, and will add it to the example file and fix the format to get the package to 140 points |
It's here |
Everything is fine? :) This probably can be closed now? |
@ivofernandes |
Perfect! I will close this issue. |
Hi,
In the last hour (coincidentally after the release of the new version) I get this error.
The name 'SuggestionsBoxDecoration' isn't a class. Try correcting the name to match an existing class.
It didn't appear before.
I've run the command below in the terminal and it didn't work.
flutter clean && flutter pub cache repair && flutter pub get
.Any suggestions here?
The text was updated successfully, but these errors were encountered: