From e0b2a778d0cf40e317864cf61b4de4269de3dcf8 Mon Sep 17 00:00:00 2001 From: weilu Date: Wed, 19 Jul 2023 21:22:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9D=E8=B5=96=E5=8D=87=E7=BA=A7=EF=BC=8C?= =?UTF-8?q?=E6=9B=BF=E6=8D=A2=E6=95=8F=E6=84=9F=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/account/page/withdrawal_account_page.dart | 2 +- macos/Flutter/GeneratedPluginRegistrant.swift | 4 ++-- pubspec.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/account/page/withdrawal_account_page.dart b/lib/account/page/withdrawal_account_page.dart index e49ff9a37..655c1db3c 100644 --- a/lib/account/page/withdrawal_account_page.dart +++ b/lib/account/page/withdrawal_account_page.dart @@ -30,7 +30,7 @@ class _WithdrawalAccountPageState extends State { _list.clear(); _list.add(WithdrawalAccountModel('唯鹿', '微信', 1, '')); _list.add(WithdrawalAccountModel('李*', '工商银行', 0, '**** **** **** 5236')); - _list.add(WithdrawalAccountModel('李*', '渤海银行', 0, '**** **** **** 2165')); + _list.add(WithdrawalAccountModel('李*', '工商银行', 0, '**** **** **** 2165')); } @override diff --git a/macos/Flutter/GeneratedPluginRegistrant.swift b/macos/Flutter/GeneratedPluginRegistrant.swift index 95a5f7025..7e75e9f66 100644 --- a/macos/Flutter/GeneratedPluginRegistrant.swift +++ b/macos/Flutter/GeneratedPluginRegistrant.swift @@ -7,9 +7,9 @@ import Foundation import device_info_plus import file_selector_macos -import path_provider_macos +import path_provider_foundation import screen_retriever -import shared_preferences_macos +import shared_preferences_foundation import sqflite import url_launcher_macos import window_manager diff --git a/pubspec.yaml b/pubspec.yaml index 9b49ed151..87e9e807d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -23,7 +23,7 @@ dependencies: # Toast插件 https://github.com/OpenFlutter/flutter_oktoast oktoast: ^3.3.1 # 网络库 https://github.com/cfug/dio - dio: ^5.2.1 + dio: ^5.3.0 # https://github.com/ReactiveX/rxdart rxdart: ^0.27.7 # Dart 常用工具类库 https://github.com/Sky24n/common_utils @@ -78,7 +78,7 @@ dependencies: # 刮刮卡 https://github.com/vintage/scratcher scratcher: ^2.3.0 # 动画效果 https://github.com/xvrh/lottie-flutter - lottie: ^2.4.0 + lottie: ^2.5.0 # https://github.com/simplezhli/flutter_deer/issues/187 dependency_overrides: