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
Because every version of flutter_test from sdk depends on characters 1.0.0 and dartx 0.4.1 depends on characters >=0.4.0 <1.0.0, flutter_test from sdk is incompatible with dartx 0.4.1.
And because no versions of dartx match >0.4.1 <0.5.0, flutter_test from sdk is incompatible with dartx ^0.4.1.
So, because documentation depends on both dartx ^0.4.1 and flutter_test any from sdk, version solving failed.
pub finished with exit code 1
Looks like characters just declared their api stable and published 1.0.0
I'm guessing you can just update the constraint to allow characters: ^1.0.0
The text was updated successfully, but these errors were encountered:
TimWhiting
changed the title
Latest dartx not compatible with Flutter master
dartx not compatible with Flutter master
Jun 16, 2020
I'm getting this error now on flutter master:
Looks like characters just declared their api stable and published
1.0.0
I'm guessing you can just update the constraint to allow
characters: ^1.0.0
The text was updated successfully, but these errors were encountered: