location_picker_flutter 1.2.3 location_picker_flutter: ^1.2.3 copied to clipboard
A location picker package that allows the use to pick a location and get the address via GPS, Map or Autocomplete Google Apis.
Changelog #
[1.2.2] - 2024-12-3 #
Added #
- Countires key for specifing which all countires should be used in search
[1.2.0] - 2024-12-3 #
IOS Release #
- Added Cupertino Style TextField for search
- Added loading for improved User Experience
[1.1.0] - 2024-11-15 #
[1.0.0] - 2024-11-11 #
Initial Release #
- Added ability to fetch address from current location using GPS.
- Integrated map picker to select a location manually.
- Implemented Google Places Autocomplete for searching and selecting locations.
- Provided structured address data output (street, city, postal code, etc.).
- Added customization options for map style and appearance.
- Included error handling and location permission requests.