hurshi / dio-http-cache

http cache lib for Flutter dio like RxCache
Apache License 2.0
274 stars 223 forks source link

Cache is not working on mobile device, but works perfectly on Emulators #40

Closed ch3ckmat3 closed 4 years ago

ch3ckmat3 commented 4 years ago

Hi,

Just implemented the cache plugin and it works perfectly on Android Emulator, returns data from cache when Airplane mode is on. But when the app is deployed on a physical device, either in debug or release mode, the cache doesn't work at all. No error messages can be seen in the debug log as well. What am I missing here?

hurshi commented 4 years ago

Hi, thanks for your issue: I'm sorry I don't know what is wrong with your access, have you tried running the example on your real machine?