From fb3511b7f795bc3e2098811989a36030487cbf8a Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Sat, 7 Mar 2020 14:05:04 +1100 Subject: [PATCH] Version 0.1.1 --- CHANGELOG.md | 6 ++++++ example/pubspec.lock | 2 +- pubspec.lock | 2 +- pubspec.yaml | 4 +++- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d87d20..55ef153 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.1 + +* Web implementation. +* iOS option to minimize stalling. +* Fix setAsset on iOS. + ## 0.1.0 * Separate buffering state from PlaybackState. diff --git a/example/pubspec.lock b/example/pubspec.lock index a843d00..d94cc1c 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -92,7 +92,7 @@ packages: path: ".." relative: true source: path - version: "0.1.0" + version: "0.1.1" matcher: dependency: transitive description: diff --git a/pubspec.lock b/pubspec.lock index e516330..3668027 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -16,7 +16,7 @@ packages: source: hosted version: "1.5.2" async: - dependency: transitive + dependency: "direct main" description: name: async url: "https://pub.dartlang.org" diff --git a/pubspec.yaml b/pubspec.yaml index 067ca69..2000d74 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,15 +1,17 @@ name: just_audio description: Flutter plugin to play audio from streams, files, assets and DASH/HLS streams. Works with audio_service to play audio in the background. -version: 0.1.0 +version: 0.1.1 homepage: https://github.com/ryanheise/just_audio environment: sdk: ">=2.1.0 <3.0.0" + flutter: ">=1.12.8 <2.0.0" dependencies: rxdart: ^0.23.1 path: ^1.6.4 path_provider: ^1.5.1 + async: ^2.4.0 flutter: sdk: flutter flutter_web_plugins: