The latest version of Flutter Sound depends on uuid ^2.2.2; however some of my other dependencies depends on newer versions of uuid. Could you please update this dependency so I can continue using flutter sound?
I am facing the same issue.
I am currently working on a new version of Flutter Sound which will be Null Safety compliant and will depend on uuid: ^3.0.1
I will release this version later this week.
@Larpoux also other packages are outdated like synchronized
dependencies:
path_provider: ^2.0.1
logger: ^1.0.0-nullsafety.0
recase: ^4.0.0-nullsafety.0
uuid: ^3.0.1
provider: ^5.0.0
flutter_spinkit: ^5.0.0
path: ^1.8.0
synchronized: ^3.0.0
flutter:
sdk: flutter
Flutter Sound V8 is released and is Null Safety compliant.
Tell me if any problem ...
Most helpful comment