We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b60557 commit d98b36cCopy full SHA for d98b36c
android/app/src/main/AndroidManifest.xml
@@ -1,6 +1,8 @@
1
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
package="ysn.com.food_recipe">
3
4
+ <uses-permission android:name="android.permission.INTERNET" />
5
+
6
<!-- io.flutter.app.FlutterApplication is an android.app.Application that
7
calls FlutterMain.startInitialization(this); in its onCreate method.
8
In most cases you can leave this as-is, but you if you want to provide
0 commit comments