GSlender
GSlender
I'm using my own fork because of this issue and lack of PR being released. Disappointing :-(
Fixed it for me. Would be good to see this PR pushed as these web bugs are annoying (even if they don't stop anything)
After 3.3.2 upgrade I had issues building locally but the above PODS workaround fixed it for me. Not really sure why !?
Can you change the behaviour slight to check for the URL to be present/available first, before you delete the expired cacheMaxAge ? Reason is that device could be offline/away from...
Hi @furkantektas I'm keen to make some improvements and add this and other features (such as custom font support). How would you like me to continue - take a copy...
I'll fork it and re-package on PubDev under a slight different name. When I've done that, and added new features, maybe you can add a note to the other package...
Looks like the package is abandoned 👎 .... probably time to start working on a major transition to something else [4.6.5](https://pub.dev/packages/get) ([7 months ago](https://pub.dev/packages?q=getx)) / [5.0.0-beta.52](https://pub.dev/packages/get/versions/5.0.0-beta.52) ([5 months ago](https://pub.dev/packages?q=getx))
This really needs @jonataslaw to support a transition. I'd put my hand up to lead and support this, but if Jonny isn't willing then it would be difficult to undertake...
So is the current approach to integration testing in flutter, that if you want to capture a screenshot, that you need to change/edit the source to Flutter SDK so that...
I've just stopped using integration_test and continued using the older test driver that still works fine. I use Emulators package to control the simulators and perform screenshots for testing. It...