Terence Yeong
Results
2
comments of
Terence Yeong
I can't seem to get it to work with Charles Proxy. In main.dart, I have ``` HttpProxy httpProxy = await HttpProxy.createHttpProxy(); HttpOverrides.global = httpProxy; ``` In onInit() of my GetConnect...
Ended up going with Dio instead of GetConnect.