Skip to content

Commit fad7efc

Browse files
author
Illia Romanenko
committed
5.0.1 - fix pub.dev links
1 parent 5de845c commit fad7efc

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

flutter_vlc_player/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 5.0.1
2+
Fix pub.dev image links.
3+
14
## 5.0.0
25
Entire rewrite of Flutter VLC Player. Updates to Android v2 plugin. Adds Platform interface. Adds Pigeon for type safe method calls.
36
Credits to Alireza Setayesh (https://github.com/alr2413), Mitch Ross (https://github.com/mitchross) and Yurii Prykhodko (https://github.com/solid-yuriiprykhodko).

flutter_vlc_player/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
A VLC-powered alternative to Flutter's video_player that supports iOS and Android.
33

44
<div>
5-
<img src="doc/single.jpg" height="400">
6-
<img src="doc/multiple.jpg" height="400">
5+
<img src="https://raw.githubusercontent.com/solid-software/flutter_vlc_player/master/flutter_vlc_player/doc/single.jpg" height="400">
6+
<img src="https://raw.githubusercontent.com/solid-software/flutter_vlc_player/master/flutter_vlc_player/doc/multiple.jpg" height="400">
77
</div>
88

99
<br>

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: 5.0.0
3+
version: 5.0.1
44
homepage: https://github.com/solid-software/flutter_vlc_player/flutter_vlc_player
55

66
environment:

0 commit comments

Comments
 (0)