mirror of
https://github.com/flutter/samples.git
synced 2025-11-14 03:19:06 +00:00
* Added Google Maps sample code * Updated per @domesticmouse review * Updated dependabot and pubspec for Dart 2.19
9 lines
427 B
XML
9 lines
427 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.example.google_maps_in_flutter">
|
|
<!-- The INTERNET permission is required for development. Specifically,
|
|
the Flutter tool needs it to communicate with the running application
|
|
to allow setting breakpoints, to provide hot reload, etc.
|
|
-->
|
|
<uses-permission android:name="android.permission.INTERNET"/>
|
|
</manifest>
|