Joe

Results 16 comments of Joe

This error still exists and I can't build on IOS now

Any update on this? We need flutter web support!

I need this as well!

I just use this to get lat and lng: ``` double latitude = placeDetails!.result.geometry!.location.lat double longitude = placeDetails!.result.geometry!.location.lng ```

> > I just use this to get lat and lng: > > ``` > > double latitude = placeDetails!.result.geometry!.location.lat > > double longitude = placeDetails!.result.geometry!.location.lng > > ``` >...

@deven98 @maxlapides Okay just wondering, I've seen this crash before but it's not common. Was curious as I'm using it for a cool feature in my production app. Good to...

@maxlapides ahh, so gravity settings should be different then, cool! thanks for the tip 😎

> I have created a new version you can use: > > ``` > flutter_google_places: > git: > url: https://github.com/fluttercommunity/flutter_google_places > ref: v0.3.2 > ``` Life saver!