flutter_sound icon indicating copy to clipboard operation
flutter_sound copied to clipboard

UUID Dependency

Open gtilson opened this issue 3 years ago • 9 comments

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?

gtilson avatar Mar 07 '21 21:03 gtilson

I am facing the same issue.

hey24sheep avatar Mar 08 '21 13:03 hey24sheep

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 avatar Mar 08 '21 13:03 Larpoux

@Larpoux also other packages are outdated like synchronized

hey24sheep avatar Mar 08 '21 13:03 hey24sheep

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

Larpoux avatar Mar 08 '21 13:03 Larpoux

Flutter Sound V8 is released and is Null Safety compliant. Tell me if any problem ...

Larpoux avatar Mar 09 '21 18:03 Larpoux

I need uuid ^4.0.0 and facing the same problem

tigrenok00 avatar Nov 20 '23 17:11 tigrenok00

I also need uuid ^4.0.0

sauravdpl avatar Dec 20 '23 16:12 sauravdpl

Need uuid ^4.1.0

khylenko avatar Jan 09 '24 09:01 khylenko

需要 logger ^2.0.0

Er-Dong-Chen avatar Jan 18 '24 03:01 Er-Dong-Chen

I think that Flutter Sound dependencies are now up to date :

dependencies:
  path_provider: ^2.1.2
  recase: ^4.1.0
  uuid: ^4.3.3
  provider: ^6.1.1
  path: ^1.9.0
  synchronized: ^3.1.0
  logger: ^2.0.2

Larpoux avatar May 23 '24 07:05 Larpoux