diefferson / http_certificate_pinning

Https Certificate pinning for Flutter
Apache License 2.0
84 stars 71 forks source link

Hello, could you update? #8

Closed apocalipse9 closed 3 years ago

apocalipse9 commented 3 years ago

Hi man, how are you?

Could you please update http version? Your package is using ^0.12.0+4, but others packages are using ^0.13.0, like GoogleFonts, cached_network and etc...

diefferson commented 3 years ago

Of course, I will update and notify you here.

apocalipse9 commented 3 years ago

Thank you so much man :) Great job!!!

diefferson commented 3 years ago

Hello @apocalipse9, unfortunately, dio and http are dependencies off http_certificate_pinning and both depend of the same lib (http_parser), but the version of http_parser that is required to http 0.13 is incompatible with the last version of Dio.

So we need wait dio updates to update the http version.

diefferson commented 3 years ago

@apocalipse9 Updated!

apocalipse9 commented 3 years ago

@apocalipse9 Updated!

Thank you so much :)