place_picker_google 0.0.14
place_picker_google: ^0.0.14 copied to clipboard
A place picker package for google maps api fully written in dart for Flutter.
0.0.14 18 Dec 2024 #
- Added Logs/Future.Error for Errors from cloud console like Billing Not enabled or others. #14.
- Updated
SearchInputConfigwithFocusNode,autofocusetc
0.0.13 28 Nov 2024 #
- Added dart serialization
fromJsonandtoJsontoLocationResult&AddressComponent#11.
0.0.12 22 Nov 2024 #
- Added
MapTypeto support different types of map. - Updated minimum supported SDK version to Flutter 3.22.0 & Dart 3.4.0.
- Updated
google_maps_flutterto 2.10.0. - Updated
geolocatorto 13.0.2.
0.0.11 09 Oct 2024 #
- Bumped up the versions of third party packages used (
http,google_maps_flutter, &geolocator). - Updated the flutter and dart sdk versions.
- Removed
timeLimit: const Duration(seconds: 30)fromgetCurrentPositionmethod ofgeolocatorpackage.
0.0.10 26 Sep 2024 #
- Updated background color of auto place suggestions to
Theme.of(context).canvasColor.
0.0.9 11 Sep 2024 #
- Exposed
mapsBaseUrlin the package so web users can use a proxy server to adding necessary headers. - Exposed
mapsHttpClientin the package so users can provide their own http client. - Exposed
mapsApiHeadersin the package so users can provide their own http headers. - Abstracted networking code out from the main package.
- Fixed infinite loop caused due to
animateCameraandonCameraMovecallback. - Added new prop
autocompletePlacesSearchRadiusto narrow down the autocomplete search results to current location by providing radius in meters if needed.
0.0.8 08 Sep 2024 #
- Created dart classes for geocoding api results to make the code null safe and concise.
- Updated the logic to fetch and convert the json to dart classes.
- Added
routeandstreetNumberas fields inLocalizationResult.
0.0.7 01 Sep 2024 #
- Downgraded third party versions due to conflicts.
- Added camera animation zoom level as an internal state for real time zoom updates.
- Added
usePinPointingSearchfor toggling between tap selection and pin point (dragging) selection. - Removed all platform specific code from
io. - Added
SearchingStatetoSelectedPlaceWidgetBuilderso user can update the builder according tosearchingandidlestate. - Removed
Uuidthird party package used forsessionTokengeneration.
0.0.6 17 Aug 2024 #
- Added
Websupport. - Removed platform specific code.
- Breaking change: Updated
showNearbyPlacestoenableNearbyPlaces.
0.0.5 17 Aug 2024 #
- Added
SearchInputConfig&SearchInputDecorationConfigto help update the UI ofSearch Inputif required. - Added
My Location Button, so users can easily navigate to their current location. - Added
MyLocationFABConfigto help update the UI ofmyLocationButton.
0.0.4 16 Aug 2024 #
- Updated
LocationResultobject with correctAddressComponents.
0.0.3 15 Aug 2024 #
- Updated Dart version constraints.
0.0.2 15 Aug 2024 #
- Updated README.
0.0.1 15 Aug 2024 #
- Initial release with logic, widget and example.