Upgrade version of flutter_typeahead dependency
Opened this issue · 0 comments
ale24dev commented
Minimum version requirement for flutter_typeahead
Description
The map_location_picker
package currently requires a minimum version of flutter_typeahead
4.7.0. However, the latest version available is 5.2.0. This discrepancy may lead to compatibility issues or unexpected behavior. Please update the package dependencies to support the latest version of flutter_typeahead
.
Steps to Reproduce
- Add
map_location_picker
to a Flutter project. - Ensure
flutter_typeahead
5.2.0 is installed. - Attempt to use the package and observe the potential issues.
Expected Behavior
The package should work seamlessly with the latest version of flutter_typeahead
.