revert all dependencies

This commit is contained in:
2022-08-25 23:09:29 +02:00
parent a7757b14dd
commit a92556b7fe
5 changed files with 48 additions and 70 deletions

View File

@ -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() {