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
2022-01-03 13:27:26 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b760ee5542cc8ef433b852e684086a236a138a05
b760ee55
1 parent
2783623c
增加一言视频播放页面
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
lib/main.dart
lib/poem/page/poem_video_player.dart
lib/main.dart
View file @
b760ee5
...
...
@@ -121,7 +121,7 @@ class MyApp extends StatelessWidget {
quickActions
.
setShortcutItems
(<
ShortcutItem
>[
const
ShortcutItem
(
type:
'demo'
,
localizedTitle:
'
Demo
'
,
icon:
'flutter_dash_black'
),
type:
'demo'
,
localizedTitle:
'
发一言
'
,
icon:
'flutter_dash_black'
),
]);
}
}
...
...
lib/poem/page/poem_video_player.dart
View file @
b760ee5
...
...
@@ -44,6 +44,7 @@ class _PoemVideoPlayerState extends State<PoemVideoPlayer> {
body:
Container
(
alignment:
Alignment
.
center
,
child:
FijkView
(
height:
MediaQuery
.
of
(
context
).
size
.
height
,
player:
player
,
),
));
...
...
Please
register
or
login
to post a comment