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
Using the most recent version of http (1.2.1) (or firebase) I get the following message
Because no versions of package_info_plus match >=5.0.0 <5.0.1 and package_info_plus >=5.0.1 depends on web >=0.3.0 <0.5.0, package_info_plus >=5.0.0 requires web >=0.3.0 <0.5.0.
And because http 1.2.1 depends on web ^0.5.0 and no versions of http match >1.2.1 <2.0.0, package_info_plus >=5.0.0 is incompatible with http ^1.2.1.
So, because urenapp depends on both http ^1.2.1 and package_info_plus ^5.0.0, version solving failed.
You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on package_info_plus: flutter pub add package_info_plus:^4.2.0
Proposal
Bump the version so it can be used.
The text was updated successfully, but these errors were encountered:
Plugin
package_info_plus
Use case
Using the most recent version of http (1.2.1) (or firebase) I get the following message
Proposal
Bump the version so it can be used.
The text was updated successfully, but these errors were encountered: