File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
* Fix Android NPE in sendNotificationClicked and onConnected.
4
4
* Catch and broadcast async platform exceptions.
5
+ * Support js '>=0.6.3 <0.8.0'
5
6
* Fix setAndroidPlaybackInfo call blocking (@julianscheel ).
6
7
* Pass through missing extras to playFrom.../prepareFrom... (@Ruchit2759 ).
7
8
Original file line number Diff line number Diff line change @@ -333,7 +333,6 @@ class AudioPlayerHandler extends BaseAudioHandler
333
333
.toList (),
334
334
));
335
335
} catch (e) {
336
- // ignore: avoid_print
337
336
print ("Error: $e " );
338
337
}
339
338
}
Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ dependencies:
32
32
33
33
# Use these deps when publishing.
34
34
audio_service_platform_interface : ^0.1.1
35
- audio_service_web : ^0.1.1
35
+ audio_service_web : ^0.1.2
36
36
37
37
audio_session : ^0.1.16
38
38
rxdart : ' >=0.26.0 <0.28.0'
39
39
flutter_cache_manager : ^3.3.1
40
40
clock : ^1.1.0
41
- js : ^ 0.6.3
41
+ js : ' >= 0.6.3 <0.8.0 '
42
42
flutter :
43
43
sdk : flutter
44
44
flutter_web_plugins :
You can’t perform that action at this time.
0 commit comments