Version 0.4.2
This commit is contained in:
parent
b09db4a943
commit
845a0ad320
|
@ -1,3 +1,8 @@
|
||||||
|
## 0.4.2
|
||||||
|
|
||||||
|
* Make default audio session settings compatible with iOS control center.
|
||||||
|
* Update README to mention NSMicrophoneUsageDescription key in Info.plist.
|
||||||
|
|
||||||
## 0.4.1
|
## 0.4.1
|
||||||
|
|
||||||
* Fix setSpeed bug on iOS.
|
* Fix setSpeed bug on iOS.
|
||||||
|
|
|
@ -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.4.1
|
version: 0.4.2
|
||||||
homepage: https://github.com/ryanheise/just_audio
|
homepage: https://github.com/ryanheise/just_audio
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue