Skip to content

Commit 7f6e38b

Browse files
author
Illia Romanenko
committed
Update to 6 to indicate breaking change / Null-Safety
1 parent 893cefd commit 7f6e38b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

flutter_vlc_player/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## 5.0.6
1+
## 6.0.0
22
* Support Flutter V2 Null Safety
33
Credits to Mitch Ross (https://github.com/mitchross)
4+
45
## 5.0.5
56
* Added Vlc Subtitle Styling.
67
* Split ios swift code into multiple files for better readability.

flutter_vlc_player/pubspec.yaml

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

66
environment:
77
sdk: '>=2.12.0 <3.0.0'
8+
flutter: ">=1.12.0"
89

910
flutter:
1011
plugin:
@@ -21,7 +22,7 @@ dependencies:
2122

2223
meta: ^1.3.0
2324
pedantic: ^1.11.0
24-
flutter_vlc_player_platform_interface: 1.0.5
25+
flutter_vlc_player_platform_interface: ^1.0.5
2526

2627
dev_dependencies:
2728
flutter_test:

0 commit comments

Comments
 (0)