From 858c6c01f94b3956ebb2e0a182ad9cca94aae7ce Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Sat, 8 Aug 2020 03:10:18 +1000 Subject: [PATCH] Version 0.3.0 --- CHANGELOG.md | 14 ++++++++++++++ example/pubspec.lock | 12 ++++++------ pubspec.yaml | 2 +- 3 files changed, 21 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bab2d23..6bbd569 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 0.3.0 + +* Playlists +* Looping +* Shuffling +* Composing +* Clipping support added for iOS/macOS +* New player state model consisting of: + * playing: true/false + * processingState: none/loading/buffering/ready/completed +* Feature complete on iOS and macOS (except for DASH) +* Improved example +* Exception classes + ## 0.2.2 * Fix dependencies for stable channel. diff --git a/example/pubspec.lock b/example/pubspec.lock index 40308b7..0bdb2a9 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -21,7 +21,7 @@ packages: name: characters url: "https://pub.dartlang.org" source: hosted - version: "1.1.0-nullsafety" + version: "1.0.0" charcode: dependency: transitive description: @@ -42,7 +42,7 @@ packages: name: collection url: "https://pub.dartlang.org" source: hosted - version: "1.15.0-nullsafety" + version: "1.14.13" convert: dependency: transitive description: @@ -120,7 +120,7 @@ packages: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.3.0-nullsafety" + version: "1.1.8" path: dependency: transitive description: @@ -237,7 +237,7 @@ packages: name: typed_data url: "https://pub.dartlang.org" source: hosted - version: "1.3.0-nullsafety" + version: "1.2.0" uuid: dependency: transitive description: @@ -251,7 +251,7 @@ packages: name: vector_math url: "https://pub.dartlang.org" source: hosted - version: "2.1.0-nullsafety" + version: "2.0.8" xdg_directories: dependency: transitive description: @@ -260,5 +260,5 @@ packages: source: hosted version: "0.1.0" sdks: - dart: ">=2.9.0-18.0 <2.9.0" + dart: ">=2.9.0-14.0.dev <3.0.0" flutter: ">=1.12.13+hotfix.5 <2.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index 4ef20f9..8961541 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: just_audio description: Flutter plugin to play audio from streams, files, assets, DASH/HLS streams and playlists. Works with audio_service to play audio in the background. -version: 0.2.2 +version: 0.3.0 homepage: https://github.com/ryanheise/just_audio environment: