We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa08d2e commit 865b003Copy full SHA for 865b003
example/android/app/build.gradle
@@ -43,7 +43,6 @@ android {
43
targetSdkVersion 29
44
versionCode flutterVersionCode.toInteger()
45
versionName flutterVersionName
46
- manifestPlaceholders = [mapsApiKey: "$System.env.MAPS_FIELD_API_KEY"]
47
}
48
49
buildTypes {
example/ios/Runner/Info.plist
@@ -41,10 +41,5 @@
41
</array>
42
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
- <key>MAPS_FIELD_API_KEY</key>
- <string>$(MAPS_FIELD_API_KEY)</string>
- <key>io.flutter.embedded_views_preview</key>
- <string>YES</string>
-
</dict>
50
</plist>
0 commit comments