Skip to content

kodega2016/map_app_flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

google_map_in_flutter

Learn how to get the current location and integrate map to our flutter application.

Map View Map View List View

Used packages:

-provider

Steps to run the program

  • Set minSdk
android {
    defaultConfig {
        minSdkVersion 20
    }
}
  • First create api key from google cloud console for map then replace in the AndroidManifest
  <application ...
    <meta-data android:name="com.google.android.geo.API_KEY"
               android:value="YOUR KEY HERE"/>
 factory ApiKeys.sandBox() {
    return ApiKeys(key: 'replace-your-keys-from-https://www.geoapify.com/');
  }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published