weather_animation icon indicating copy to clipboard operation
weather_animation copied to clipboard

Getting dependency error for freezed annotation

Open mysticeti opened this issue 8 months ago • 1 comments

Hi

Could you please update the package dependencies. I am getting freezed annotations dependency error as I am using this package and other packages that depends on 3.0.0.

Thank you

mysticeti avatar Apr 16 '25 08:04 mysticeti

Temporary solution: use the dependency override in pubspec.yaml:

dependency_overrides:
  freezed_annotation: ^3.0.0

PackRuble avatar Apr 16 '25 14:04 PackRuble