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 764d946 commit d7e3797Copy full SHA for d7e3797
android/app/src/main/AndroidManifest.xml
@@ -5,6 +5,9 @@
5
In most cases you can leave this as-is, but you if you want to provide
6
additional functionality it is fine to subclass or reimplement
7
FlutterApplication and put your custom class here. -->
8
+
9
+ <uses-permission android:name="android.permission.INTERNET" />
10
11
<application
12
android:name="io.flutter.app.FlutterApplication"
13
android:label="@string/app_name"
0 commit comments