Results 11 issues of Zennon Gosalvez

Is there a way to remove the entire cache, regardless of cache generic and name? Typical usage is during user sign out.

https://flutter.dev/docs/deployment/ios#create-a-build-archive: > On Flutter version 1.24.0-6.0 and later you can create an archive by instead running flutter build ipa. Then open build/ios/archive/MyApp.xcarchive in Xcode to validate and distribute your app....

bug
enhancement

I'm using the storyboard approach. It works as expected, however the first time that you open the drawer either by swiping / programatically, the animation stutters a bit. Succeeding actions...

enhancement
help wanted

I'm still unable to successfully merge a PR until next month since my fork is new. For now, if you're interested in installing JPG to HEIF Converter using [Homebrew](http://brew.sh), run...

Is there a way to include input to show up as "Test Details" on Testflight?

The logo as instructed by the documentation must be 230x52. However, to remedy blurriness on HiDPI displays, I use 2x (460x104). Since the `img` tag does not use fixed width...

This allows us to use a logo that is 2x, i.e., 460 x 104, which will look better on retina displays (Macs).

I'm making a global app that requires schools to be sorted from nearest to farthest, based on the user's location. To do this, I set geoFire.queryAtLocation(location, withRadius: 40075) This causes...