google_places_sdk_plus_web 0.4.0
google_places_sdk_plus_web: ^0.4.0 copied to clipboard
The web implementation of Flutter plugin for google places sdk
0.4.0 #
Initial release of google_places_sdk_plus_web.
- Full Google Places API (New) support — exclusively targets the new API
- Removed
useNewApiparameter frominitialize()andupdateSettings() - Uses
Place.fetchFieldsandAutocompleteSuggestion(no deprecated APIs) - Places field mapping handled on the web-implementation side
Forked from flutter_google_places_sdk by Matan Shukry.