diff --git a/flutter_vlc_player/CHANGELOG.md b/flutter_vlc_player/CHANGELOG.md index f36c7160..61205930 100644 --- a/flutter_vlc_player/CHANGELOG.md +++ b/flutter_vlc_player/CHANGELOG.md @@ -1,3 +1,7 @@ +## 7.4.1 +* Add support for Flutter 3.16 + Credits to thearaks (https://github.com/thearaks) + ## 7.4.0 * Important change: Removed [AutomaticKeepAliveClientMixin](https://api.flutter.dev/flutter/widgets/AutomaticKeepAliveClientMixin-mixin.html) from plugin widget * Mobile VLC update to 3.6.0-eap9 diff --git a/flutter_vlc_player/example/pubspec.yaml b/flutter_vlc_player/example/pubspec.yaml index a1042233..3da088b4 100644 --- a/flutter_vlc_player/example/pubspec.yaml +++ b/flutter_vlc_player/example/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: flutter_vlc_player: path: ../ - path_provider: ^2.0.11 + path_provider: ^2.1.1 dev_dependencies: flutter_test: diff --git a/flutter_vlc_player/pubspec.yaml b/flutter_vlc_player/pubspec.yaml index 90386487..4218e277 100644 --- a/flutter_vlc_player/pubspec.yaml +++ b/flutter_vlc_player/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_vlc_player description: A VLC-powered alternative to Flutter's video_player. Supports multiple players on one screen. -version: 7.4.0 +version: 7.4.1 homepage: https://github.com/solid-software/flutter_vlc_player/ environment: