From 0b35162a3468aa76ee9e419aaa3c06e907d37ca9 Mon Sep 17 00:00:00 2001 From: MiaoMint <1981324730@qq.com> Date: Sat, 15 Jul 2023 00:30:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=87=E6=8D=A2=E5=89=A7=E9=9B=86?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E4=BF=9D=E6=8C=81=E4=BA=AE=E5=B1=8F=E5=A4=B1?= =?UTF-8?q?=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/watch/widgets/video_player.dart | 1 - pubspec.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/pages/watch/widgets/video_player.dart b/lib/pages/watch/widgets/video_player.dart index 7f0a964d..33bc811c 100644 --- a/lib/pages/watch/widgets/video_player.dart +++ b/lib/pages/watch/widgets/video_player.dart @@ -537,7 +537,6 @@ class _VideoPlayerState extends State { Screenshot( controller: screenshotController, child: Video( - key: ValueKey(playerIndex), controller: controller, controls: (state) => const SizedBox.shrink(), ), diff --git a/pubspec.yaml b/pubspec.yaml index 6484174e..f9651571 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: miru_app description: A new Flutter project. publish_to: "none" -version: 1.3.2+9 +version: 1.3.3+10 environment: sdk: ">=3.0.3 <4.0.0"