reason

增加一言视频播放页面

...@@ -121,7 +121,7 @@ class MyApp extends StatelessWidget { ...@@ -121,7 +121,7 @@ class MyApp extends StatelessWidget {
121 121
122 quickActions.setShortcutItems(<ShortcutItem>[ 122 quickActions.setShortcutItems(<ShortcutItem>[
123 const ShortcutItem( 123 const ShortcutItem(
124 - type: 'demo', localizedTitle: 'Demo', icon: 'flutter_dash_black'), 124 + type: 'demo', localizedTitle: '发一言', icon: 'flutter_dash_black'),
125 ]); 125 ]);
126 } 126 }
127 } 127 }
......
...@@ -44,6 +44,7 @@ class _PoemVideoPlayerState extends State<PoemVideoPlayer> { ...@@ -44,6 +44,7 @@ class _PoemVideoPlayerState extends State<PoemVideoPlayer> {
44 body: Container( 44 body: Container(
45 alignment: Alignment.center, 45 alignment: Alignment.center,
46 child: FijkView( 46 child: FijkView(
47 + height: MediaQuery.of(context).size.height,
47 player: player, 48 player: player,
48 ), 49 ),
49 )); 50 ));
......