maps api implementation started

This commit is contained in:
Felix 2019-08-21 12:35:21 +01:00
parent cf6753363c
commit 19021a9a09
8 changed files with 59 additions and 3 deletions

View file

@ -30,6 +30,11 @@
<meta-data
android:name="io.flutter.app.android.SplashScreenUntilFirstFrame"
android:value="true" />
<meta-data
android:name="com.google.android.geo.API_KEY"
android:value="API KEY HERE" />
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>