You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because json_serializable >=6.9.1 depends on source_gen ^2.0.0 and freezed 2.5.7 depends on source_gen ^1.4.0, json_serializable >=6.9.1 is incompatible with freezed 2.5.7.
And because no versions of freezed match >2.5.7 <3.0.0, json_serializable >=6.9.1 is incompatible with freezed ^2.5.7.
The text was updated successfully, but these errors were encountered:
Because json_serializable >=6.9.1 depends on source_gen ^2.0.0 and freezed 2.5.7 depends on source_gen ^1.4.0, json_serializable >=6.9.1 is incompatible with freezed 2.5.7. And because no versions of freezed match >2.5.7 <3.0.0, json_serializable >=6.9.1 is incompatible with freezed ^2.5.7.
your project is using the json_serializable package with a version greater than 6.9.1 and there is a version conflict between the two libraries frozen and json_serializable with the source_gen dependency
detail is
freezed version 2.5.7 (latest) requires the source_gen library dependency version ^1.4.0.
But json_serializable from version 6.9.1 and above requires source_gen version ^2.0.0.
Please upgrade to latest source_gen 2.0.0
Because json_serializable >=6.9.1 depends on source_gen ^2.0.0 and freezed 2.5.7 depends on source_gen ^1.4.0, json_serializable >=6.9.1 is incompatible with freezed 2.5.7.
And because no versions of freezed match >2.5.7 <3.0.0, json_serializable >=6.9.1 is incompatible with freezed ^2.5.7.
The text was updated successfully, but these errors were encountered: