Skip to content

Commit c6643b6

Browse files
7.4.1
1 parent 19dcd75 commit c6643b6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

flutter_vlc_player/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 7.4.1
2+
* Add support for Flutter 3.16
3+
Credits to thearaks (https://github.com/thearaks)
4+
15
## 7.4.0
26
* Important change: Removed [AutomaticKeepAliveClientMixin](https://api.flutter.dev/flutter/widgets/AutomaticKeepAliveClientMixin-mixin.html) from plugin widget
37
* Mobile VLC update to 3.6.0-eap9

flutter_vlc_player/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
flutter_vlc_player:
1515
path: ../
1616

17-
path_provider: ^2.0.11
17+
path_provider: ^2.1.1
1818

1919
dev_dependencies:
2020
flutter_test:

flutter_vlc_player/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_vlc_player
22
description: A VLC-powered alternative to Flutter's video_player. Supports multiple players on one screen.
3-
version: 7.4.0
3+
version: 7.4.1
44
homepage: https://github.com/solid-software/flutter_vlc_player/
55

66
environment:

0 commit comments

Comments
 (0)