flutter_google_places_sdk_web 0.1.8 flutter_google_places_sdk_web: ^0.1.8 copied to clipboard
The web implementation of Flutter plugin for google places sdk
0.1.8 #
- Upgrading
google_maps
to ^8.1.1 - Upgrading
js
to ^0.7.1 - fetchPlacePhoto will no longer use the maxWidth/maxHeight parameter since they're not available in the getUrl method
0.1.7 #
- Upgrading
google_maps
to ^7.1.0
0.1.6 #
- Upgrading
flutter_google_places_sdk_platform_interface
to0.2.7
- Implemented
id
property inPlace
0.1.5 #
- Upgrading flutter_google_places_sdk_platform_interface to 0.2.6
- Upgrading sdk minimum to 2.17.0
0.1.4 #
- Upgrading flutter_google_places_sdk_platform_interface to 0.2.5
0.1.3+4 #
- Use formatted address instead of adr_address
0.1.3+3 #
- Updating js dependency to 0.6.4
- Updating platform interface to 0.2.4+3
- implementing interface method
updateSettings
0.1.3+2 #
- Fix: pass
origin
parameter in the request, that enables distance calculation
0.1.3+1 #
- Using locale input correctly now
0.1.3 #
- Upgraded platform interface to 0.2.4+1 and implemented fetchPlacePhoto
0.1.2 #
- Upgraded platform interface to 0.2.3
0.1.1+1 #
- Fixed example test
0.1.1 #
- Upgrading platform interface to 0.2.2
0.1.0+4 #
- Using literal objects rather than dynamic for js interpo
0.1.0+3 #
- Corrected link to tests
0.1.0+2 #
- Added dummy test to pass build
0.1.0+1 #
- Corrected link to tests
0.1.0 #
- Initial release.