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?
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:Downgrading is not an acceptable solution.
Can you please update the package dependency?