From 9a739c5e33c4e6bb60f3f9da3fa927dfcb8e94fa Mon Sep 17 00:00:00 2001 From: shilangyu Date: Tue, 8 Sep 2020 11:10:44 +0200 Subject: [PATCH] add network permission for android --- android/app/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 548f520..a2859cf 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -5,6 +5,7 @@ In most cases you can leave this as-is, but you if you want to provide additional functionality it is fine to subclass or reimplement FlutterApplication and put your custom class here. --> +