Shreya
Shreya

Reputation: 644

Google maps in flutter applications

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

Answers (1)

Collin Jackson
Collin Jackson

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

Related Questions