flutter_google_places_sdk_platform_interface 0.2.4+2
flutter_google_places_sdk_platform_interface: ^0.2.4+2 copied to clipboard
A common platform interface for accessing google maps native sdk on various platforms
0.2.4+2 #
- Changing
fields
property infetchPlace
method to required - Updating
plugin_platform_interface
dependency version to 2.1.3
0.2.4+1 #
- fetchPlacePhoto response can also include url, to support web
0.2.4 #
- Added support for new method: fetchPlacePhoto
0.2.3 #
- Added support for location bias and location restriction
0.2.2 #
- Added support for placeTypeFilter in autoComplete request
0.2.1 #
- Adding PlaceType to the auto complete request filter
0.2.0+2 #
- Added Doc
- Running tests using Github Actions on push
- Added badge to README.md
0.2.0+1 #
- Fixed null cases with place object
0.2.0 #
- Upgraded dependencies versions. Now supporting null safety
- Added sessionToken and origin params to findAutoCompletePredictions
- Added fetchPlace with types
0.1.0+1 #
- Added 2 assets (powered by google white/non-white variations)
- Added test for the 2 assetse
LocaleUtils
was removed and function as inlined where it's used (it had a single use only)
0.1.0 #
- Initial Open Source release.