santosh81066

Results 4 issues of santosh81066

I am not Abel to zoom at start at full screen navigation on moving it is zooming but not at start ![WhatsApp Image 2022-07-16 at 5 47 01 PM](https://user-images.githubusercontent.com/34810098/179419172-27b6687f-1f19-4647-9472-627acac1e8c7.jpeg)

when I am trying to retry a request headers are not getting updated following is my interceptor ```dart class AuthorizationInterceptor extends InterceptorContract { @override Future interceptRequest({required BaseRequest request}) async {...

bug
question

proxy provider is not updating the values following is my main.dart where I am following the exact docs ``` ProxyProvider( update: (_, auth, __) => ApiCalls(auth.accessToken)), ``` and following is...

bug
question

hello sir actually I am using http client to retry request upon 401 request but on retry I am running another method to restore access token upon completion of my...