opt: flutter升至3.24.0,附带更新依赖,将appscheme替换为applinks

This commit is contained in:
orz12
2024-08-18 17:06:25 +08:00
parent a4e21574f0
commit 73ae1d9633
15 changed files with 324 additions and 237 deletions

View File

@@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.0.22+114514
version: 1.0.22-beta.7+1693
environment:
sdk: ">=2.19.6 <3.0.0"
@@ -115,7 +115,7 @@ dependencies:
# 高帧率
flutter_displaymode: ^0.6.0
# scheme跳转
appscheme: ^1.0.8
app_links: ^6.2.0
# 弹幕
ns_danmaku:
git:
@@ -136,9 +136,9 @@ dependencies:
uuid: ^3.0.7
scrollable_positioned_list: ^0.3.8
nil: ^1.1.1
catcher_2: ^1.1.0
catcher_2: ^2.0.0-alpha.2
logger: ^2.0.2+1
path: 1.8.3
path: 1.9.0
#瀑布流
waterfall_flow: ^3.0.3
#跑马灯
@@ -148,6 +148,7 @@ dependencies:
dependency_overrides:
mime:
git: https://github.com/orz12/mime.git
fading_edge_scrollview: ^4.1.1
dev_dependencies:
flutter_test: