place_picker_google 0.0.7
place_picker_google: ^0.0.7 copied to clipboard
A place picker package for google maps api fully written in dart for Flutter.
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.