matanshukry / flutter_google_places_sdk

Flutter plugin for google places native sdk
32 stars 68 forks source link

[Question] Why the address field for web platform is not consistent with the other platforms? #40

Closed mrcsilverfox closed 1 year ago

mrcsilverfox commented 1 year ago

On Android and iOS the place field Address is mapped with Place.Field.ADDRESS and formattedAddress respectively. On Web platform it is mapped with add_address, why? The formattedAddress is also available for this platform Ref

matanshukry commented 1 year ago

@mrcsilverfox thanks for the contribution! I've merged the PR and published the new web version 🙇