Replies: 1 comment
-
|
Hi! Simply update to mimir 0.2.x, the dependency on freezed was removed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm experiencing a dependency resolution issue when trying to use
mimiralongside the latest version offreezed(v3.0.0 and above).The Problem:
mimir (v0.1.6)is strictly bound tofreezed_annotation: ^2.4.4.freezed (v3.0.0+)requiresfreezed_annotation: 3.1.0(which is part of the new Dart Macros ecosystem).freezed_annotationsimultaneously,pub getfails.Error Log:
Proposed Solution:
Could you please update the
freezed_annotationdependency inmimirto support version3.x, or widen the version constraint to allow compatibility with the newerfreezedecosystem?Beta Was this translation helpful? Give feedback.
All reactions