diefferson / http_certificate_pinning

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

add dio constraints, update alamofire, add vscode helper #52

Closed knottx closed 10 months ago

knottx commented 1 year ago
  1. from #36 Add the callFollowingErrorInterceptor flag to the Dio interceptor. This allows users of this package to implement a single interceptor for error handling and deal with the error universally. This flag is false by default for backward compatibility
  2. update Alamofire to 4.9.1
  3. add helper for vscode
diefferson commented 1 year ago

Hi @knottx Could you fix the conflicts and add the .vscode files in the gitignore?