You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on the client-side, it's rather easy to verify everything but addresses, which require pinging into the google maps api (or something similar), and i'd rather not add more complexity and http calls to the application than required, hence why i think this should be done server-side
The text was updated successfully, but these errors were encountered:
I honestly think that the google maps API version is preferable. If you want you can try using this library: https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter but there is some platform specific modification needed and that normally requires Android Studio. Also, you'd have to make the API call from the server anyway so it probably doesn't matter.
on the client-side, it's rather easy to verify everything but addresses, which require pinging into the google maps api (or something similar), and i'd rather not add more complexity and http calls to the application than required, hence why i think this should be done server-side
The text was updated successfully, but these errors were encountered: