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