I use the newest version of jaguar_http_cli in order to make request.
If I want to use jaguar_serializer to my project there are conflicts in dependencies.
pubspec.yaml for jaguar_http_cli only using with flutter:
If I run packages get I get:
Because jaguar_http_cli 0.0.2+1 depends on build_runner ^0.6.0 and no versions of jaguar_http_cli match >0.0.2+1 <0.1.0, jaguar_http_cli ^0.0.2+1 requires build_runner ^0.6.0.
So, because balloonstour depends on both jaguar_http_cli ^0.0.2+1 and build_runner ^0.8.0, version solving failed.
pub get failed (1)
I use the newest version of jaguar_http_cli in order to make request. If I want to use jaguar_serializer to my project there are conflicts in dependencies. pubspec.yaml for jaguar_http_cli only using with flutter:
flutter project only jaguar_serializer pubspec.yaml
Combined in one project:
If I run packages get I get: Because jaguar_http_cli 0.0.2+1 depends on build_runner ^0.6.0 and no versions of jaguar_http_cli match >0.0.2+1 <0.1.0, jaguar_http_cli ^0.0.2+1 requires build_runner ^0.6.0. So, because balloonstour depends on both jaguar_http_cli ^0.0.2+1 and build_runner ^0.8.0, version solving failed. pub get failed (1)