File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 0.18.14
2+
3+ * Support rxdart 0.28.x.
4+
15## 0.18.13
26
37* Fix Android NPE in sendNotificationClicked and onConnected.
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ dependencies:
1111 sdk : flutter
1212
1313 path_provider : ^2.0.1
14- audio_session : ^0.1.18
15- just_audio : ^0.9.36
14+ audio_session : ^0.1.20
15+ just_audio : ^0.9.39
1616 flutter_tts : ^3.8.3
1717 device_info_plus : ^9.1.0
1818 android_content_provider : ^0.4.1
Original file line number Diff line number Diff line change 11name : audio_service
22description : Flutter plugin to play audio in the background while the screen is off.
3- version : 0.18.13
3+ version : 0.18.14
44repository : https://github.com/ryanheise/audio_service/tree/minor/audio_service
55issue_tracker : https://github.com/ryanheise/audio_service/issues
66topics :
@@ -32,10 +32,10 @@ dependencies:
3232
3333 # Use these deps when publishing.
3434 audio_service_platform_interface : ^0.1.1
35- audio_service_web : ^0.1.2
35+ audio_service_web : ^0.1.3
3636
37- audio_session : ^0.1.16
38- rxdart : ' >=0.26.0 <0.28 .0'
37+ audio_session : ^0.1.20
38+ rxdart : ' >=0.26.0 <0.29 .0'
3939 flutter_cache_manager : ^3.3.1
4040 clock : ^1.1.0
4141 js : ' >=0.6.3 <0.8.0'
You can’t perform that action at this time.
0 commit comments