File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33## [ next]
4+
5+ ## 0.19.0
46- Refactor Notifications code (small breaking changes)
57- AudioCache for web
68- Fixing basic features for Android lower than API 23
79- Fixing error after playing music several times with AudioCache
810- Re-organize folder and file structure on the Dart side (project layout)
911- Re-organize folders into a mono-repo
12+ - Fix several bugs
1013
1114## 0.18.3
1215- Fix Float vs Double mixup on Swift that prevent non-integer values for volume/playback
Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ packages:
328328 name: source_span
329329 url: "https://pub.dartlang.org"
330330 source: hosted
331- version: "1.8.1 "
331+ version: "1.8.0 "
332332 stack_trace:
333333 dependency: transitive
334334 description:
@@ -363,7 +363,7 @@ packages:
363363 name: test_api
364364 url: "https://pub.dartlang.org"
365365 source: hosted
366- version: "0.3.0 "
366+ version: "0.2.19 "
367367 typed_data:
368368 dependency: transitive
369369 description:
Original file line number Diff line number Diff line change 11name : audioplayers
22description : A Flutter plugin to play multiple audio files simultaneously
3- version : 0.18.3
3+ version : 0.19.0
44homepage : https://github.com/luanpotter/audioplayers
55
66flutter :
You can’t perform that action at this time.
0 commit comments