v1.0.18 更新
This commit is contained in:
16
change_log/1.0.18.0130.md
Normal file
16
change_log/1.0.18.0130.md
Normal file
@ -0,0 +1,16 @@
|
||||
## 1.0.18
|
||||
|
||||
|
||||
### 功能
|
||||
|
||||
|
||||
### 修复
|
||||
|
||||
|
||||
### 优化
|
||||
|
||||
|
||||
|
||||
|
||||
更多更新日志可在Github上查看
|
||||
问题反馈、功能建议请查看「关于」页面。
|
18
pubspec.yaml
18
pubspec.yaml
@ -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.17+1017
|
||||
version: 1.0.18+1018
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.6 <3.0.0"
|
||||
@ -51,7 +51,7 @@ dependencies:
|
||||
cached_network_image: ^3.3.0
|
||||
extended_image: ^8.2.0
|
||||
saver_gallery: ^3.0.1
|
||||
|
||||
|
||||
# 存储
|
||||
path_provider: ^2.1.1
|
||||
hive: ^2.2.3
|
||||
@ -85,14 +85,14 @@ dependencies:
|
||||
encrypt: ^5.0.3
|
||||
|
||||
# 视频播放器
|
||||
media_kit: ^1.1.10 # Primary package.
|
||||
media_kit_video: ^1.2.4 # For video rendering.
|
||||
media_kit: ^1.1.10 # Primary package.
|
||||
media_kit_video: ^1.2.4 # For video rendering.
|
||||
media_kit_libs_video: ^1.0.4
|
||||
|
||||
# 媒体通知
|
||||
audio_service: ^0.18.12
|
||||
audio_session: ^0.1.16
|
||||
|
||||
|
||||
# 音量、亮度、屏幕控制
|
||||
flutter_volume_controller: ^1.3.1
|
||||
screen_brightness: ^0.2.2+1
|
||||
@ -103,7 +103,7 @@ dependencies:
|
||||
auto_orientation: ^2.3.1
|
||||
protobuf: ^3.0.0
|
||||
animations: ^2.0.8
|
||||
|
||||
|
||||
# 获取appx信息
|
||||
package_info_plus: ^4.1.0
|
||||
url_launcher: ^6.1.14
|
||||
@ -116,7 +116,7 @@ dependencies:
|
||||
appscheme: ^1.0.8
|
||||
# 弹幕
|
||||
ns_danmaku:
|
||||
git:
|
||||
git:
|
||||
url: https://github.com/guozhigq/flutter_ns_danmaku.git
|
||||
ref: master
|
||||
# 状态栏图标控制
|
||||
@ -138,7 +138,6 @@ dependencies:
|
||||
logger: ^2.0.2+1
|
||||
path: 1.8.3
|
||||
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
@ -207,7 +206,6 @@ flutter:
|
||||
# - family: HarmonyOS
|
||||
# fonts:
|
||||
# - asset: assets/fonts/HarmonyOS_Sans_SC_Regular.ttf
|
||||
|
||||
|
||||
|
||||
# For details regarding fonts from package dependencies,
|
||||
# see https://flutter.dev/custom-fonts/#from-packages
|
||||
|
Reference in New Issue
Block a user