Skip to content

Commit 5070360

Browse files
committed
Upgrade to js '>=0.6.3 <0.8.0'
1 parent 581e8c1 commit 5070360

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

audio_service/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
* Fix Android NPE in sendNotificationClicked and onConnected.
44
* Catch and broadcast async platform exceptions.
5+
* Support js '>=0.6.3 <0.8.0'
56
* Fix setAndroidPlaybackInfo call blocking (@julianscheel).
67
* Pass through missing extras to playFrom.../prepareFrom... (@Ruchit2759).
78

audio_service/example/lib/example_multiple_handlers.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,6 @@ class AudioPlayerHandler extends BaseAudioHandler
333333
.toList(),
334334
));
335335
} catch (e) {
336-
// ignore: avoid_print
337336
print("Error: $e");
338337
}
339338
}

audio_service/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ dependencies:
3232

3333
# Use these deps when publishing.
3434
audio_service_platform_interface: ^0.1.1
35-
audio_service_web: ^0.1.1
35+
audio_service_web: ^0.1.2
3636

3737
audio_session: ^0.1.16
3838
rxdart: '>=0.26.0 <0.28.0'
3939
flutter_cache_manager: ^3.3.1
4040
clock: ^1.1.0
41-
js: ^0.6.3
41+
js: '>=0.6.3 <0.8.0'
4242
flutter:
4343
sdk: flutter
4444
flutter_web_plugins:

0 commit comments

Comments
 (0)