We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e756ab commit b2bbfdaCopy full SHA for b2bbfda
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 0.0.7
2
+
3
+- Added `Player.setUserAgent`.
4
+- Improved & fixed issues related to play/pause button in `Video` widget.
5
+- Fixed compilation issues on arch linux.
6
+- Fixes to device changing.
7
8
## 0.0.6
9
10
**This new release of dart_vlc adds:**
pubspec.yaml
@@ -1,6 +1,6 @@
name: dart_vlc
description: A media playback library for Dart & Flutter. Based on libVLC & libVLC++.
-version: 0.0.6
+version: 0.0.7
homepage: https://github.com/alexmercerind/dart_vlc
repository: https://github.com/alexmercerind/dart_vlc
documentation: https://github.com/alexmercerind/dart_vlc/blob/master/README.md
0 commit comments