mohesu / map_location_picker

Map location picker for flutter Based on google_maps_flutter
Apache License 2.0
46 stars 70 forks source link

Upgrade version of flutter_typeahead dependency #51

Open ale24dev opened 3 months ago

ale24dev commented 3 months ago

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

  1. Add map_location_picker to a Flutter project.
  2. Ensure flutter_typeahead 5.2.0 is installed.
  3. Attempt to use the package and observe the potential issues.

Expected Behavior

The package should work seamlessly with the latest version of flutter_typeahead.

Actual Behavior

Screenshot 2024-08-09 at 12 00 56 AM