Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OnePoem
/
OnePoem-App
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Reason Pun
2022-01-25 11:11:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4c84b1aa609772c80498a6f0b6285b11ea64608d
4c84b1aa
1 parent
0d94adfa
清理了视频录制页面按钮(可通过此次提交恢复)
升级了插件版本
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
lib/poem/page/poem_record_video.dart
lib/recorder/video/preview_screen.dart
pubspec.lock
lib/poem/page/poem_record_video.dart
View file @
4c84b1a
This diff is collapsed. Click to expand it.
lib/recorder/video/preview_screen.dart
View file @
4c84b1a
...
...
@@ -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
,
...
...
pubspec.lock
View file @
4c84b1a
...
...
@@ -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.1
3
"
version: "2.2.1
5
"
video_player_platform_interface:
dependency: transitive
description:
...
...
Please
register
or
login
to post a comment