Reason Pun

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

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