Skip to content

Commit 76d14e7

Browse files
7.3.0 release
1 parent efc0980 commit 76d14e7

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

flutter_vlc_player/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.3.0
2+
* Fix http-user-agent & reuse options on iOS
3+
Credits to Afriza N. Arief (https://github.com/afriza)
4+
* Update to Dart 3 and Flutter 3.13
5+
Credits to romain.gyh (https://github.com/romaingyh)
6+
17
## 7.2.0
28
* Update to latest VLCKit sdks
39
Credits to Mitch Ross (https://github.com/mitchross)

flutter_vlc_player/pubspec.yaml

Lines changed: 1 addition & 2 deletions
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.2.1
3+
version: 7.3.0
44
homepage: https://github.com/solid-software/flutter_vlc_player/
55

66
environment:
@@ -21,7 +21,6 @@ dependencies:
2121
sdk: flutter
2222

2323
flutter_vlc_player_platform_interface: ^2.0.3
24-
2524
meta: ^1.8.0
2625

2726
dev_dependencies:

flutter_vlc_player_platform_interface/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.3
2+
3+
- Fix http-user-agent. Credits: @afriza
4+
15
## 2.0.2
26

37
- Update dependencies

0 commit comments

Comments
 (0)