· 6 years ago · Aug 30, 2019, 10:14 PM
1<application
2 android:name="io.flutter.app.FlutterApplication"
3 android:label="g_map"
4 android:icon="@mipmap/ic_launcher">
5
6 <!-- Your Api key code will go here -->
7 <meta-data android:name="com.google.android.geo.API_KEY"
8 android:value="YOUR_API_KEY"/>
9 <!-- till here. -->
10
11 <activity
12 android:name=".MainActivity"
13 android:launchMode="singleTop"
14 android:theme="@style/LaunchTheme"
15 android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
16 android:hardwareAccelerated="true"
17 android:windowSoftInputMode="adjustResize">