flutter_google_places_sdk 0.2.4
flutter_google_places_sdk: ^0.2.4 copied to clipboard
A Flutter plugin for google places sdk that uses the native libraries on each platform
0.2.4 #
- Upgrading platform interface to 0.2.2
- Upgrading web endorsement to 0.1.1+1
0.2.3 #
- Implemented iOS
0.2.2+1 #
- Added web dependency to complete endorsement
0.2.2 #
- Removed iOS indication since it was never implemented
- Added Web endorsement
0.2.1+1 #
- Upgraded flutter_google_places_sdk_platform_interface to 0.2.0+2
- Added Docs
- Running tests using Github Actions on push
- Added badge to README.md
0.2.1 #
- Upgraded Mockito to
5.0.11
- Exported all types from
flutter_google_places_sdk_platform_interface
- Changed the example import to use the new exported types without importing from
flutter_google_places_sdk_platform_interface
0.2.0 #
- Upgraded dependencies versions. Now supporting null safety
- Added sessionToken and origin params to findAutoCompletePredictions
- Added fetchPlace with types.
- Updated example for new params and fetchPlace request
0.1.0+3 #
- Exposing Powered by google assets from platform interface
0.1.0+2 #
- Updated platform interface dependency to
0.1.0+1
- Added PoweredByGoogle image to the example
0.1.0+1 #
- Changed to a more elaborated description in
pubspec.yaml
0.1.0 #
- Initial Open Source release.