Dart client http dependency

Hello,
It appears that the ServiceStack client for Dart has a dependency on an outdated version of the HTTP library, which conflicts with other libraries. Is it possible to upgrade to the latest versions of the http lib?

This is now available in servicestack: ^3.0.0

This required a major version upgraded since it required upgrading the environment to sdk: '>=3.0.0 <4.0.0'.

Please note other changes:

  • Changed default base route to use JSON /api predefined route
  • Add new ClientFactory.legacy() to create Clients configured with previous /json/reply Route

Thank you,
exceptional support as always.