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
{{ message }}
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.
Dear developer,
i'm trying to use this package with riverpod, but because your plugin is depends on json_annotation ^3.0.0
and riverpod is using json_annotation ^4.0.0, I'm getting this error
Because flutter_riverpod ^0.13.1 depends on riverpod ^0.13.1 and no versions of riverpod match >0.13.1 <0.14.0, flutter_riverpod ^0.13.1 requires riverpod 0.13.1.
And because riverpod 0.13.1 depends on freezed_annotation ^0.14.0, flutter_riverpod ^0.13.1 requires freezed_annotation ^0.14.0.
And because freezed_annotation >=0.14.0 depends on json_annotation ^4.0.0 and every version of flutter_pusher_client depends on json_annotation ^3.0.0, flutter_riverpod ^0.13.1 is incompatible with flutter_pusher_client.
So, because movitronic depends on both flutter_pusher_client ^0.3.1 and flutter_riverpod ^0.13.1, version solving failed.
pub get failed (1; So, because movitronic depends on both flutter_pusher_client ^0.3.1 and flutter_riverpod ^0.13.1, version solving failed.)
exit code 1
The text was updated successfully, but these errors were encountered:
Dear developer,
i'm trying to use this package with riverpod, but because your plugin is depends on json_annotation ^3.0.0
and riverpod is using json_annotation ^4.0.0, I'm getting this error
The text was updated successfully, but these errors were encountered: