From 0e863e2d45f118a733f3479ee17e274e8dacff9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AB=A0=E6=96=87=E8=BD=A9?= <12812285557@qq.com> Date: Fri, 16 Dec 2022 14:57:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A73.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .fvm/fvm_config.json | 3 +- .../android/app/src/main/AndroidManifest.xml | 5 +- example/pubspec.lock | 194 +++++++----------- lib/src/data/logger_data.dart | 2 +- lib/src/parser/data_parser.dart | 4 +- lib/src/power_logger.dart | 2 +- lib/src/view/dio_error_view.dart | 1 - pubspec.lock | 33 +-- pubspec.yaml | 4 +- 9 files changed, 100 insertions(+), 148 deletions(-) diff --git a/.fvm/fvm_config.json b/.fvm/fvm_config.json index 1c922f8..d4e14b2 100644 --- a/.fvm/fvm_config.json +++ b/.fvm/fvm_config.json @@ -1,3 +1,4 @@ { - "flutterSdkVersion": "stable" + "flutterSdkVersion": "3.0.0", + "flavors": {} } \ No newline at end of file diff --git a/example/android/app/src/main/AndroidManifest.xml b/example/android/app/src/main/AndroidManifest.xml index 55ca830..9090023 100644 --- a/example/android/app/src/main/AndroidManifest.xml +++ b/example/android/app/src/main/AndroidManifest.xml @@ -6,7 +6,7 @@ additional functionality it is fine to subclass or reimplement FlutterApplication and put your custom class here. --> +