From 8e3fc8306ce749c48f493278dcc5e0552801fb1a Mon Sep 17 00:00:00 2001 From: Sandy <15143015732@163.com> Date: Thu, 29 Dec 2022 16:25:18 +0800 Subject: [PATCH] fix network image error when release (#389) --- .../android/app/src/main/AndroidManifest.xml | 21 +++++------ example/lib/sample/home/setting.dart | 36 +++++++++---------- 2 files changed, 27 insertions(+), 30 deletions(-) diff --git a/example/android/app/src/main/AndroidManifest.xml b/example/android/app/src/main/AndroidManifest.xml index b049f539..9ff95543 100644 --- a/example/android/app/src/main/AndroidManifest.xml +++ b/example/android/app/src/main/AndroidManifest.xml @@ -1,28 +1,29 @@ - + + android:icon="@mipmap/ic_launcher" + android:label="bruno"> + android:name="io.flutter.embedding.android.NormalTheme" + android:resource="@style/NormalTheme" /> - - + +