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 tried to add this package to my Flutter app, but I have a conflict in my dev_dependencies when I run pub get:
Because validations_generator >=0.3.0 depends on analyzer ^0.36.0 and mobx_codegen 1.1.0 depends on analyzer >=0.38.5 <0.40.0, validations_generator >=0.3.0 is incompatible with mobx_codegen 1.1.0.
All my others dev_dependencies seem to depend on analyzer: ^0.39.0
I tried to set all dependencies to any, to let the pub’s version constraint solver find a combination that works, but it failed.