Skip to content

Commit

Permalink
update to 7.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
illia-romanenko committed Feb 21, 2025
1 parent b5d827f commit 757bcdf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
4 changes: 2 additions & 2 deletions flutter_vlc_player/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## 8.0.0
* **Breaking Change**: bumped minimum Flutter SDK requirement to 3.22.0 and Dart SDK requirement to 3.4.0. The minimum supported Android version is now 5.0 (API level 21)
## 7.4.3
* Bumped minimum Flutter SDK requirement to 3.22.0 and Dart SDK requirement to 3.4.0. The minimum supported Android version is now 5.0 (API level 21)
* [Android] updated libvlc
* [Android] set Java compatibility to 11 instead of 8
* [ios] updated MobileVLCKit
Expand Down
4 changes: 2 additions & 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.4.2
version: 7.4.3
homepage: https://github.com/solid-software/flutter_vlc_player/

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

flutter_vlc_player_platform_interface: ^2.0.3
flutter_vlc_player_platform_interface: ^2.0.5
meta: ^1.8.0

dev_dependencies:
Expand Down
7 changes: 2 additions & 5 deletions flutter_vlc_player_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
## 3.0.0

- * **Breaking Change**: bumped minimum Flutter SDK requirement to 3.22.0 and Dart SDK requirement to 3.4.0. The minimum supported Android version is now 5.0 (API level 21)

## 2.0.4
## 2.0.5

- Bumped minimum Flutter SDK requirement to 3.22.0 and Dart SDK requirement to 3.4.0. The minimum supported Android version is now 5.0 (API level 21)
- Update to Dart 3 and Flutter 3.13. Credits: @romaingyh

## 2.0.3
Expand Down
2 changes: 1 addition & 1 deletion flutter_vlc_player_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_vlc_player_platform_interface
description: A common platform interface for the flutter vlc player plugin.
homepage: https://github.com/solid-software/flutter_vlc_player
version: 3.0.0
version: 2.0.5

environment:
sdk: ^3.7.0
Expand Down

0 comments on commit 757bcdf

Please sign in to comment.