flutter: Fix soundpool build error (WAR)
This commit is contained in:
parent
ea417be31d
commit
4fba301459
|
@ -12,7 +12,13 @@ dependencies:
|
||||||
flutter_localizations:
|
flutter_localizations:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
cupertino_icons: ^1.0.2
|
cupertino_icons: ^1.0.2
|
||||||
soundpool: ^2.0.0-nullsafety.0
|
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
|
||||||
path_provider: ^2.0.1
|
path_provider: ^2.0.1
|
||||||
package_info_plus: ^1.0.1
|
package_info_plus: ^1.0.1
|
||||||
uuid: ^3.0.4
|
uuid: ^3.0.4
|
||||||
|
|
Loading…
Reference in New Issue