just_audio 0.6.5

This commit is contained in:
Ryan Heise 2021-01-04 18:42:25 +11:00
parent 9c73fde4e1
commit 787370f471
4 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
## 0.6.5
* Rewrite setLoopMode on iOS to be gapless.
## 0.6.4 ## 0.6.4
* Emit PlaybackEvent when playing (compatibility with 0.5.x). * Emit PlaybackEvent when playing (compatibility with 0.5.x).

View File

@ -120,7 +120,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "0.6.4" version: "0.6.5"
just_audio_platform_interface: just_audio_platform_interface:
dependency: transitive dependency: transitive
description: description:

View File

@ -8,7 +8,7 @@ environment:
dependencies: dependencies:
flutter: flutter:
sdk: flutter sdk: flutter
audio_session: ^0.0.9 audio_session: ^0.0.10
just_audio: just_audio:
path: ../ path: ../

View File

@ -1,6 +1,6 @@
name: just_audio 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. 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.6.4 version: 0.6.5
homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio
environment: environment: