stuartmorgan-g

Results 1191 comments of stuartmorgan-g

Ah right, I forgot about that limitation. Makes sense!

I converted `url_launcher_ios` following your excellent instructions (one minor issue, but that was entirely due to me missing part of a step), and it worked in a test project flawlessly....

@vashworth I migrated `file_selector_ios` and `file_selector_macos` with the new instructions, and everything worked! (I kept the weird structure where the headers that are supposed to be test-only are actually public;...

+1 to that! There's good test coverage so we're well positioned to iterate, all of my manual tests went smoothly, and we probably won't find weird edge-case bugs until we...

Thanks, I was going to make that bugtree myself but you beat me to it :)

This needs further investigation; I don't think it's the case that UIImagePickerController will operate in many cases without permissions. There are blame comments on some of the README about issues...

I think it's the tooltip for the header, as I can frequently (although not reliably; I'm not sure what the exact trigger is) get different behavior depending on whether I...

Is there a potential for this to make updating Xcode harder, because we wouldn't be able to separate issues caused by updating Xcode from issues caused by upgrading the simulator...

> I think we could make it easy to add a hard coded version if needed. SG. In generally I'd be happy to see packages not using a hard-coded version...