From f6fbe0a0be61364fac31610eea4d79fd329012fb Mon Sep 17 00:00:00 2001 From: illia-romanenko <442086+illia-romanenko@users.noreply.github.com> Date: Tue, 26 Sep 2023 13:34:38 -0400 Subject: [PATCH] 7.4.0 --- flutter_vlc_player/CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/flutter_vlc_player/CHANGELOG.md b/flutter_vlc_player/CHANGELOG.md index 088dd633..f36c7160 100644 --- a/flutter_vlc_player/CHANGELOG.md +++ b/flutter_vlc_player/CHANGELOG.md @@ -1,5 +1,10 @@ ## 7.4.0 -* **Possible breaking Change**: Removed [AutomaticKeepAliveClientMixin](https://api.flutter.dev/flutter/widgets/AutomaticKeepAliveClientMixin-mixin.html) from plugin widget +* Important change: Removed [AutomaticKeepAliveClientMixin](https://api.flutter.dev/flutter/widgets/AutomaticKeepAliveClientMixin-mixin.html) from plugin widget +* Mobile VLC update to 3.6.0-eap9 +* Allow background playback + Credits to Oliver Nitzschke (https://github.com/pinpong) +* fix instructions for proguard + Credits to Luiz Fernando Baldo Marques (https://github.com/luizbaldo) ## 7.3.1 * Restore Flutter 3.3-3.7 compatibility