You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if you could also add the above file to exports.
Otherwise one cannot create a wrapper and use fields like "SuggestionsItemBuilder" around this widget without having to access an internal file of the library.
Thank you for your issue. The reason these have been omitted is that we dont wish to pollute the namespace of the person importing it.
However, I do generally agree that these types are important for wrappers, so I think we should indeed export them regardless.
Before we do that, we should ensure that they have distinct names that are unlikely to clash with anything else.
Use case
It would be nice if you could also add the above file to exports.
Otherwise one cannot create a wrapper and use fields like "SuggestionsItemBuilder" around this widget without having to access an internal file of the library.
Proposal
add the following to flutter_typeahead.dart
The text was updated successfully, but these errors were encountered: