Jaguar-dart / jaguar_serializer

Format (JSON, XML, protobuf, mongodb, etc) and platform (server, client) agnostic serialization framework
172 stars 34 forks source link

jaguar_serializer_cli and chopper_generator depends analyzer version solving failed #188

Open jiechic opened 4 years ago

jiechic commented 4 years ago

Because jaguar_serializer_cli >=2.2.6 depends on analyzer ^0.36.0 and chopper_generator 3.0.1 depends on analyzer ^0.38.2, jaguar_serializer_cli >=2.2.6 is incompatible with chopper_generator 3.0.1. So, because module_flutter depends on both chopper_generator 3.0.1 and jaguar_serializer_cli 2.2.8, version solving failed.

can you update jaguar_serializer_cli depends analyzer version?

raghav39 commented 4 years ago

Please update the library.

tejainece commented 4 years ago

I will fix it

iqbalmineraltown commented 4 years ago

any update on this?