Tau: UUID Dependency

Created on 7 Mar 2021  路  5Comments  路  Source: Canardoux/tau

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?

maybe bug Not yet handled

Most helpful comment

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

All 5 comments

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 ...

Was this page helpful?
0 / 5 - 0 ratings

Related issues

TharinduNM picture TharinduNM  路  6Comments

satyajitghana picture satyajitghana  路  3Comments

hanj315 picture hanj315  路  5Comments

Denmal1982 picture Denmal1982  路  4Comments

farrelanelca picture farrelanelca  路  5Comments