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.
Minimum version requirement for
flutter_typeahead
Description
The
map_location_picker
package currently requires a minimum version offlutter_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 offlutter_typeahead
.Steps to Reproduce
map_location_picker
to a Flutter project.flutter_typeahead
5.2.0 is installed.Expected Behavior
The package should work seamlessly with the latest version of
flutter_typeahead
.Actual Behavior