Skip to content

Commit

Permalink
依赖升级,替换敏感词
Browse files Browse the repository at this point in the history
  • Loading branch information
simplezhli committed Jul 19, 2023
1 parent 8cc4f93 commit e0b2a77
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/account/page/withdrawal_account_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class _WithdrawalAccountPageState extends State<WithdrawalAccountPage> {
_list.clear();
_list.add(WithdrawalAccountModel('唯鹿', '微信', 1, ''));
_list.add(WithdrawalAccountModel('李*', '工商银行', 0, '**** **** **** 5236'));
_list.add(WithdrawalAccountModel('李*', '渤海银行', 0, '**** **** **** 2165'));
_list.add(WithdrawalAccountModel('李*', '工商银行', 0, '**** **** **** 2165'));
}

@override
Expand Down
4 changes: 2 additions & 2 deletions macos/Flutter/GeneratedPluginRegistrant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit e0b2a77

Please sign in to comment.