Skip to content

Commit 3abeab6

Browse files
author
Illia Romanenko
committed
5.0.3 release / readme and changelog
1 parent cba7767 commit 3abeab6

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# VLC Player Plugin
1+
# Flutter VLC Player Plugin
2+
[![Join the chat at https://discord.gg/mNY4fjVk](https://img.shields.io/discord/716939396464508958?label=discord)](https://discord.gg/mNY4fjVk)
3+
24
A VLC-powered alternative to Flutter's video_player that supports iOS and Android.
35

46
<div>
@@ -8,7 +10,6 @@ A VLC-powered alternative to Flutter's video_player that supports iOS and Androi
810

911
<br>
1012

11-
[![Join the chat at https://discord.gg/mNY4fjVk](https://img.shields.io/discord/716939396464508958?label=discord)](https://discord.gg/mNY4fjVk)
1213

1314
## Installation
1415

flutter_vlc_player/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.0.3
2+
Fix memory leak.
3+
Credits to Alireza Setayesh (https://github.com/alr2413), Mitch Ross (https://github.com/mitchross).
4+
15
## 5.0.2
26
Fix homepage link.
37

flutter_vlc_player/pubspec.yaml

Lines changed: 2 additions & 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: 5.0.2
3+
version: 5.0.3
44
homepage: https://github.com/solid-software/flutter_vlc_player/
55

66
environment:
@@ -21,7 +21,7 @@ dependencies:
2121
sdk: flutter
2222
cryptoutils: ^0.4.0
2323
meta: ^1.2.4
24-
flutter_vlc_player_platform_interface: ^1.0.1
24+
flutter_vlc_player_platform_interface: ^1.0.2
2525
pedantic: ^1.9.0
2626

2727
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+
## 1.0.2
2+
3+
- Improve the interface to support more reliable memory management.
4+
15
## 1.0.1
26

37
- Add pedantic, fix build issues.

0 commit comments

Comments
 (0)