Skip to content

Commit 44b4a32

Browse files
committed
[plugin] Bumped version to 0.1.0
1 parent c1c460b commit 44b4a32

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.1.0
2+
3+
- Fixed build on Linux.
4+
- Changed cmake minimum required version to 3.10 for fixing use with snap installation.
5+
- Fixed vlc header not being located in Flutter on Linux version 2.2.4.
6+
- Fixed few memory leaks.
7+
- Fixed calling setState after dispose & other Video widget issues.
8+
- Fixed build warnings on Linux.
9+
- Changed required CMake version to 3.10 on Linux.
10+
111
## 0.0.9
212

313
- Fixed multiple `Video` widgets not working after FFI migration.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_vlc
22
description: A media playback library for Dart & Flutter. Based on libVLC & libVLC++.
3-
version: 0.0.9
3+
version: 0.1.0
44
homepage: https://github.com/alexmercerind/dart_vlc
55
repository: https://github.com/alexmercerind/dart_vlc
66
documentation: https://github.com/alexmercerind/dart_vlc/blob/master/README.md

0 commit comments

Comments
 (0)