Skip to content

Update package dependency package_info_plus #7

Description

@TheManuz

This package is still using package_info_plus: 4.2.0 (released in Oct 15, 2023), and its preventing its update.

When trying to update to package_info_plus: 8.0.0, I receive the following error:

Resolving dependencies...
Because version_migration >=2.0.8 depends on package_info_plus ^4.1.0 and <my_app> depends on package_info_plus 8.0.0, version_migration >=2.0.8 is forbidden.
So, because <my_app> depends on version_migration 2.0.8, version solving failed.


You can try one of the following suggestions to make the pubspec resolve:
* Consider downgrading your constraint on version_migration: flutter pub add version_migration:^2.0.3
* Consider downgrading your constraint on package_info_plus: flutter pub add package_info_plus:^4.2.0
exit code 1

Downgrading is not an acceptable solution.

Can you please update the package dependency?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions