Skip to content

validations_generator: conflict with analyzer dependency #3

@TristanPct

Description

@TristanPct

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions