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 2d1e56a commit bee85efCopy full SHA for bee85ef
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## 0.0.4
2
+
3
+**This new release of dart_vlc adds:**
4
5
+- `Video` `Widget` for showing video output from a `Player` inside `Widget` tree.
6
+ - `Player` must be used as a controller for a `Video`.
7
+ - Initialize `Player` with `videoHeight` and `videoWidth` optional parameters, if you wish to use it for video playback.
8
+- Null-safety migration.
9
10
## 0.0.3
11
12
**This new release of dart_vlc adds:**
0 commit comments