update android, gradle and kotlin version

update secure storage and device info
update vlc
This commit is contained in:
2022-09-02 11:42:23 +02:00
parent d96bc57c09
commit 7ff0d387b5
8 changed files with 75 additions and 60 deletions

View File

@ -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