simc / crimson

Fast, efficient and easy-to-use JSON parser and serializer for Dart.
Apache License 2.0
229 stars 6 forks source link

Version Solving failed #1

Closed divyanshub024 closed 1 year ago

divyanshub024 commented 1 year ago

Log

crimson_demo % flutter pub get
Because every version of flutter from sdk depends on collection 1.16.0 and analyzer >=5.3.1 depends on collection ^1.17.0, flutter from sdk is incompatible with analyzer >=5.3.1.
And because every version of crimson depends on analyzer ^5.3.1, flutter from sdk is incompatible with crimson.
So, because crimson_demo depends on both flutter from sdk and crimson ^0.0.2, version solving failed.
Running "flutter pub get" in crimson_demo...                            
pub get failed (1; So, because crimson_demo depends on both flutter from sdk and crimson ^0.0.2, version solving failed.)
Abdulrasheed1729 commented 1 year ago

I'm also having the same issue here too.

simc commented 1 year ago

Should be fixed in 0.0.3

Abdulrasheed1729 commented 1 year ago

But I later ran flutter update-packages --force-upgrade to upgrade the unresolved dependencies and it works