revert all dependencies
This commit is contained in:
@ -108,9 +108,11 @@ class _VideoScreenState extends State<VideoScreen> {
|
||||
|
||||
Widget videoDesktop() {
|
||||
return Video(
|
||||
player: _player,
|
||||
scale: 1.0, // default
|
||||
showControls: true);
|
||||
player: _player,
|
||||
scale: 1.0, // default
|
||||
showControls: true,
|
||||
playlistLength: 1,
|
||||
);
|
||||
}
|
||||
|
||||
Widget videoNotDesktop() {
|
||||
|
Reference in New Issue
Block a user