update android, gradle and kotlin version
update secure storage and device info update vlc
This commit is contained in:
@ -18,11 +18,9 @@ class _VideoScreenDesktopState extends State<VideoScreenDesktop> {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Video(
|
||||
player: _player,
|
||||
scale: 1.0, // default
|
||||
showControls: true,
|
||||
playlistLength: 1,
|
||||
);
|
||||
player: _player,
|
||||
scale: 1.0, // default
|
||||
showControls: true);
|
||||
}
|
||||
|
||||
@override
|
||||
|
Reference in New Issue
Block a user