From 438b392cfc07b14643fbc8f8d7d1f31b7a30c4b8 Mon Sep 17 00:00:00 2001 From: guozhigq Date: Sun, 7 Jan 2024 22:24:17 +0800 Subject: [PATCH] =?UTF-8?q?mod:=20=E5=8F=91=E9=80=81=E5=BC=B9=E5=B9=95?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/video/detail/widgets/header_control.dart | 1 + pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/pages/video/detail/widgets/header_control.dart b/lib/pages/video/detail/widgets/header_control.dart index 0fb3c373..b819548d 100644 --- a/lib/pages/video/detail/widgets/header_control.dart +++ b/lib/pages/video/detail/widgets/header_control.dart @@ -246,6 +246,7 @@ class _HeaderControlState extends State { time: widget .controller!.position.value.inMilliseconds, type: DanmakuItemType.scroll, + isSend: true, ) ]); Get.back(); diff --git a/pubspec.lock b/pubspec.lock index 72dfc752..b8f7aff8 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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: diff --git a/pubspec.yaml b/pubspec.yaml index 5ab7be4b..e808367a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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