Relative Content

Tag Archive for flutterdartflutter-dependenciesdart-pub

package_info_plus flutter package is not compatible with other flutter packages

I’m facing dependency conflicts in my Flutter project when using the package_info_plus package. The issue comes because package_info_plus has specific version requirements for the http package, which are incompatible with other packages in my project. Despite multiple attempts to resolve the conflicts by adjusting version constraints, I am still unable to find a compatible combination. I need assistance in resolving these conflicts or finding an alternative package to retrieve package information without disrupting other dependencies. Thanks.