Skip to content

Commit

Permalink
7.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
illia-romanenko committed Dec 13, 2023
1 parent 19dcd75 commit c6643b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions flutter_vlc_player/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion flutter_vlc_player/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
flutter_vlc_player:
path: ../

path_provider: ^2.0.11
path_provider: ^2.1.1

dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion flutter_vlc_player/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit c6643b6

Please sign in to comment.