Version 0.1.1

This commit is contained in:
Ryan Heise 2020-03-07 14:05:04 +11:00
parent 78d043b4db
commit fb3511b7f7
4 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,9 @@
## 0.1.1
* Web implementation.
* iOS option to minimize stalling.
* Fix setAsset on iOS.
## 0.1.0 ## 0.1.0
* Separate buffering state from PlaybackState. * Separate buffering state from PlaybackState.

View File

@ -92,7 +92,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "0.1.0" version: "0.1.1"
matcher: matcher:
dependency: transitive dependency: transitive
description: description:

View File

@ -16,7 +16,7 @@ packages:
source: hosted source: hosted
version: "1.5.2" version: "1.5.2"
async: async:
dependency: transitive dependency: "direct main"
description: description:
name: async name: async
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"

View File

@ -1,15 +1,17 @@
name: just_audio 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. 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 homepage: https://github.com/ryanheise/just_audio
environment: environment:
sdk: ">=2.1.0 <3.0.0" sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.12.8 <2.0.0"
dependencies: dependencies:
rxdart: ^0.23.1 rxdart: ^0.23.1
path: ^1.6.4 path: ^1.6.4
path_provider: ^1.5.1 path_provider: ^1.5.1
async: ^2.4.0
flutter: flutter:
sdk: flutter sdk: flutter
flutter_web_plugins: flutter_web_plugins: