mod: 发送弹幕样式

This commit is contained in:
guozhigq
2024-01-07 22:24:17 +08:00
parent ac69896f9d
commit 438b392cfc
3 changed files with 4 additions and 3 deletions

View File

@ -246,6 +246,7 @@ class _HeaderControlState extends State<HeaderControl> {
time: widget
.controller!.position.value.inMilliseconds,
type: DanmakuItemType.scroll,
isSend: true,
)
]);
Get.back();

View File

@ -914,8 +914,8 @@ packages:
description:
path: "."
ref: master
resolved-ref: "419a35a776f9784f07999c8f1f75eb26fd9fe90a"
url: "https://github.com/xiaoyaocz/flutter_ns_danmaku.git"
resolved-ref: d1cb3f0190ca67ec4d7fd372dac96f4f17a81a1a
url: "https://github.com/guozhigq/flutter_ns_danmaku.git"
source: git
version: "0.0.5"
octo_image:

View File

@ -117,7 +117,7 @@ dependencies:
# 弹幕
ns_danmaku:
git:
url: https://github.com/xiaoyaocz/flutter_ns_danmaku.git
url: https://github.com/guozhigq/flutter_ns_danmaku.git
ref: master
# 状态栏图标控制
status_bar_control: ^3.2.1