Skip to content

Commit

Permalink
just_audio 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Jun 21, 2021
1 parent 8017942 commit 4c130a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion just_audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Next release
## 0.8.0

* Add buffer options via AudioLoadConfiguration for iOS/Android.
* Add setSkipSilenceEnabled for Android (@subhash279).
Expand Down
10 changes: 3 additions & 7 deletions just_audio/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
name: just_audio
description: A feature-rich audio player for Flutter. Loop, clip and concatenate any sound from any source (asset/file/URL/stream) in a variety of audio formats with gapless playback.
version: 0.7.5
version: 0.8.0
homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5"

dependencies:
#just_audio_platform_interface: ^3.0.0
just_audio_platform_interface:
path: ../just_audio_platform_interface
#just_audio_web: ^0.3.1
just_audio_web:
path: ../just_audio_web
just_audio_platform_interface: ^3.1.0
just_audio_web: ^0.3.2
audio_session: ^0.1.5
rxdart: '>=0.26.0 <0.28.0'
path: ^1.8.0
Expand Down

0 comments on commit 4c130a4

Please sign in to comment.