-
Notifications
You must be signed in to change notification settings - Fork 622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uploader seems to crash on iOS #29
Comments
yeah it gave me an error after pressing confirm (Tick button) after taking a picture |
@powerspowers @aenulfi3 I know i'm a little late on this but: I tried to reproduce this on both an iOS simulator and an iPhone 8 running iOS 12.3.2. Is this something that you guys can still reproduce, if so can you provide some steps for reproducing? |
I couldn't figure this out so I had to move on. I think its hard to test on a simulator because iPhone simulator doesn't let you upload photos correct? My stack dump was the last tangible information I had. Currently I'm testing out the alpha of the Flutter for Web release. Its quite promising although still wobbly. Your example helped me get up to speed so big thank you. |
Yeah simulator didn't let me take photos, so I tried with a real iPhone 8, but it seems to be working. It could have been an old plugin failure that has now been resolved. I'm going to close the issue for now, but i'll keep an eye out Glad I could help :) Flutter for web is exciting, haven't had a chance to explore it yet, but it would be cool to get a web side to Fluttergram going (if only i had the time haha) |
When clicking on the + icon to add an image I get the following on my attached iPhone XR running iOS 12.1
I will work on debugging but I'm rather new to flutter. It looks like it requires waiting for the Uploader object to initialize before building a dependent object.
The text was updated successfully, but these errors were encountered: