flutter: Android Soundpool plays sounds on separate thread
Fix "flutter: Fix soundpool build error (WAR)". See: https://pub.dev/packages/soundpool/changelog https://github.com/ukasz123/soundpool/commits/master
This commit is contained in:
parent
edd107776d
commit
b869e7a0f5
|
@ -12,13 +12,7 @@ dependencies:
|
|||
flutter_localizations:
|
||||
sdk: flutter
|
||||
cupertino_icons: ^1.0.2
|
||||
soundpool:
|
||||
git:
|
||||
url: https://github.com/calcitem/soundpool
|
||||
path: soundpool
|
||||
ref: issue/#67
|
||||
soundpool_platform_interface: ^2.1.0
|
||||
soundpool_web: ^2.0.0-nullsafety.0
|
||||
soundpool: ^2.1.0
|
||||
path_provider: ^2.0.1
|
||||
package_info_plus: ^1.0.1
|
||||
uuid: ^3.0.4
|
||||
|
|
Loading…
Reference in New Issue