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
I try to update the dependencies to be able to use RIVE 0.7.0 which is the successor for flare_flutter however I get the following error. By modifying the YAML with the proposed dependencies I get a new problem in a recursive way. An idea to correct this ?
Because build_runner >=1.12.0 depends on pubspec_parse ^1.0.0 which depends on json_annotation ^4.0.0, build_runner >=1.12.0 requires json_annotation ^4.0.0.
And because build_runner >=1.1.3 <1.12.0 depends on graphs ^0.2.0, build_runner >=1.1.3 requires json_annotation ^4.0.0 or graphs ^0.2.0.
And because kalium_wallet_flutter depends on rive 0.7.0 which depends on graphs ^1.0.0, build_runner >=1.1.3 requires json_annotation ^4.0.0.
So, because kalium_wallet_flutter depends on both json_annotation ^3.0.1 and build_runner ^1.7.0, version solving failed.
pub get failed (1; So, because kalium_wallet_flutter depends on both json_annotation ^3.0.1 and build_runner ^1.7.0, version solving failed.)
The text was updated successfully, but these errors were encountered:
I try to update the dependencies to be able to use RIVE 0.7.0 which is the successor for flare_flutter however I get the following error. By modifying the YAML with the proposed dependencies I get a new problem in a recursive way. An idea to correct this ?
The text was updated successfully, but these errors were encountered: