Mircea Dragota
Mircea Dragota
I have the same issue, I can't refresh the token after 24 hours. Im creating a TokenInfo and then after getting the OAuth2Client and im calling refreshToken method from the...
Hello I got the same issue. The WebView stays on facebook home page without any redirection. If I'm trying to log in again in keeps my last session and then...
@russellwheatley Do you know when this would be accepted and merged? It's a really nice idea!
Would be nice to hear some updates, this feature would be so helpful @russellwheatley
I don't really get it but https://github.com/firebase/flutterfire/pull/13101 was closed and we are back to this PR? So we are waiting for another approval I guess? @russellwheatley
@furkankurt Do you have time to look into this?
Any updates on this issue?
It happens for me too, I tried to delete using DefaultCacheManager() but it doesn't work.
The problem is here in[ image_cache_manager.dart](https://github.com/Baseflow/flutter_cache_manager/blob/develop/flutter_cache_manager/lib/src/cache_managers/image_cache_manager.dart) line 47 ``` var runningResize = _runningResizes[resizedKey]; if (runningResize == null) { runningResize = _fetchedResizedFile( url, key, resizedKey, headers, withProgress, maxWidth: maxWidth, maxHeight: maxHeight,...