Reason Pun

清理了视频录制页面按钮(可通过此次提交恢复)

升级了插件版本
This diff is collapsed. Click to expand it.
......@@ -32,7 +32,7 @@ class PreviewScreen extends StatelessWidget {
),
);
},
child: Text('Go to all captures'),
child: const Text('打开全部视频'),
style: TextButton.styleFrom(
primary: Colors.black,
backgroundColor: Colors.white,
......
......@@ -1118,7 +1118,7 @@ packages:
name: url_launcher_macos
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.2"
version: "2.0.3"
url_launcher_platform_interface:
dependency: transitive
description:
......@@ -1181,7 +1181,7 @@ packages:
name: video_player
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.13"
version: "2.2.15"
video_player_platform_interface:
dependency: transitive
description:
......