File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed
flutter_vlc_player_platform_interface Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 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+
24A 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
Original file line number Diff line number Diff line change 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
26Fix homepage link.
37
Original file line number Diff line number Diff line change 11name : flutter_vlc_player
22description : 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
44homepage : https://github.com/solid-software/flutter_vlc_player/
55
66environment :
@@ -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
2727dev_dependencies :
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments