Reputation: 644
Hey I wanted to ask if there is a way to use the google maps api in the flutter application. I want to avoid using the static maps. Please let me know if there is a way.
Upvotes: 5
Views: 3916
Reputation: 116708
Inline maps support is covered in issue 73. It's not implemented yet, but it's in the current milestone.
You can use the location plugin to get the current geolocation.
Upvotes: 7