mod: 保持亮屏、旋转、媒体通知依赖升级;撤销版本号写入改动

This commit is contained in:
orz12
2024-08-18 23:37:31 +08:00
parent bbe9dba251
commit 4f6ef8d6d2
2 changed files with 17 additions and 14 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-beta.7+1693
version: 1.0.22+114514
environment:
sdk: ">=2.19.6 <3.0.0"
@@ -94,20 +94,23 @@ dependencies:
media_kit_libs_video: ^1.0.4
# 媒体通知
audio_service: ^0.18.12
audio_session: ^0.1.16
audio_service: ^0.18.15
audio_session: ^0.1.21
# 音量、亮度、屏幕控制
flutter_volume_controller: ^1.3.1
screen_brightness: ^0.2.2+1
wakelock_plus: ^1.1.1
wakelock_plus: ^1.2.8
universal_platform: ^1.0.0+1
auto_orientation: ^2.3.1
auto_orientation:
git:
url: https://github.com/orz12/auto_orientation.git
ref: master
protobuf: ^3.0.0
animations: ^2.0.8
# 获取appx信息
package_info_plus: ^4.1.0
package_info_plus: ^8.0.2
url_launcher: ^6.1.14
flutter_svg: ^2.0.7
# 防抖节流