From 7527e945652cf4364161061bf247e408674adbe7 Mon Sep 17 00:00:00 2001 From: yyy <1083279663@qq.com> Date: Fri, 17 Oct 2025 11:27:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=94=B9=E9=80=82=E9=85=8D?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/kt_pages/kt_mine/kt_store/logic.dart | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/kt_pages/kt_mine/kt_store/logic.dart b/lib/kt_pages/kt_mine/kt_store/logic.dart index 85df60d..7407d50 100644 --- a/lib/kt_pages/kt_mine/kt_store/logic.dart +++ b/lib/kt_pages/kt_mine/kt_store/logic.dart @@ -20,7 +20,7 @@ import '../../../kt_utils/kt_purchase_restore_utils.dart'; import '../../../kt_utils/kt_toast_utils.dart'; import '../../../kt_utils/kt_utils.dart'; import '../../../kt_utils/kt_string_extend.dart'; -import '../../../kt_utils/logger_service.dart'; +// import '../../../kt_utils/logger_service.dart'; import '../logic.dart'; import 'state.dart'; @@ -72,7 +72,7 @@ class KtStoreLogic extends GetxController { refreshController.refreshCompleted(); if (res.success) { state.storeBean = KtStoreBean.fromJson(res.data); - appLogger.d(state.storeBean); + // appLogger.d(state.storeBean); update(); initStore(); } diff --git a/pubspec.yaml b/pubspec.yaml index eebd0c0..c097e10 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev version: 1.0.1+1 environment: - sdk: ^3.8.1 + sdk: ^3.8.0 dependencies: flutter: