File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 6.0.1
2+ * Fix issue with black screen / offstage
3+ Credits to Mitch Ross (https://github.com/mitchross )
4+
15## 6.0.0
26* Support Flutter V2 Null Safety
37Credits to Mitch Ross (https://github.com/mitchross )
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ class _VlcPlayerState extends State<VlcPlayer>
8888 child: widget.placeholder ?? Container (),
8989 ),
9090 Offstage (
91- offstage: _isInitialized,
91+ offstage: ! _isInitialized,
9292 child: vlcPlayerPlatform
9393 .buildView (widget.controller.onPlatformViewCreated),
9494 ),
Original file line number Diff line number Diff line change 11name : flutter_vlc_player
22description : A VLC-powered alternative to Flutter's video_player. Supports multiple players on one screen.
3- version : 6.0.0
3+ version : 6.0.1
44homepage : https://github.com/solid-software/flutter_vlc_player/
55
66environment :
You can’t perform that action at this time.
0 commit comments