feature/custom-http-client-adapter
I'm not sure that is it a useful feature but I have little changes for issue #15 . I defined a variable in network manager class, so users can use their own custom http client adapter while initializing vexana on demand. And also I've added an example for this feature, thus I had to enable null safety support in example project. Lastly, I fixed some typos :)
Hello thank u @kanieren PR. i added web support currently and I can use specific import for web and mobile. Could you check current repo and fix the conflict?
@kanieren maybe we look interceptor request and check cerfiicate detail
Hi @VB10, I resolved conflicts. The web client doesn't have onHttpClientCreate property and also doesn't need certificate bypass solution. So, I modified some parts again to work only on mobile.
By the way, I could be wrong but as I researched, interceptors won't work for certificate checking. It is core property. To handle this, we have to set this solution while initializing http client.
i dont remeber this pr could you send again with new version