Skip to content

Commit

Permalink
7.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
illia-romanenko committed Sep 6, 2023
1 parent efc0980 commit 76d14e7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions flutter_vlc_player/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 7.3.0
* Fix http-user-agent & reuse options on iOS
Credits to Afriza N. Arief (https://github.com/afriza)
* Update to Dart 3 and Flutter 3.13
Credits to romain.gyh (https://github.com/romaingyh)

## 7.2.0
* Update to latest VLCKit sdks
Credits to Mitch Ross (https://github.com/mitchross)
Expand Down
3 changes: 1 addition & 2 deletions 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.2.1
version: 7.3.0
homepage: https://github.com/solid-software/flutter_vlc_player/

environment:
Expand All @@ -21,7 +21,6 @@ dependencies:
sdk: flutter

flutter_vlc_player_platform_interface: ^2.0.3

meta: ^1.8.0

dev_dependencies:
Expand Down
4 changes: 4 additions & 0 deletions flutter_vlc_player_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.3

- Fix http-user-agent. Credits: @afriza

## 2.0.2

- Update dependencies
Expand Down

0 comments on commit 76d14e7

Please sign in to comment.