File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
android/src/main/java/software/solid/fluttervlcplayer Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 7.1.4
2+ * Fix plugin destructor (https://github.com/solid-software/flutter_vlc_player/issues/237 )
3+
14## 7.1.3
25* Added support for multi-window mode in Android.
36Credits to Andy Chentsov (https://github.com/andyduke ).
Original file line number Diff line number Diff line change @@ -105,7 +105,9 @@ private static void startListening() {
105105 }
106106
107107 private static void stopListening () {
108- if (flutterVlcPlayerFactory != null )
108+ if (flutterVlcPlayerFactory != null ) {
109109 flutterVlcPlayerFactory .stopListening ();
110+ flutterVlcPlayerFactory = null ;
111+ }
110112 }
111113}
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 : 7.1.3
3+ version : 7.1.4
44homepage : https://github.com/solid-software/flutter_vlc_player/
55
66environment :
You can’t perform that action at this time.
0 commit comments