X-Wei / flutter_catalog

An app showcasing Flutter components, with side-by-side source code view.
MIT License
2.19k stars 557 forks source link

ImagePicker: Source Camera crashes App on iOS #15

Open FrankenApps opened 5 years ago

FrankenApps commented 5 years ago

When you select take picture with camera, the App crashes on iOS. Maybe camera access needs to be granted first? Only tested on my iPhone 8.

marciofrayze commented 5 years ago

Same here. iPhone 8, latest iOS.

paulocoutinhox commented 5 years ago

Same here :)

X-Wei commented 4 years ago

From google search I found this: https://github.com/flutter/flutter/issues/20214#issuecomment-503987969

But since I don't have iOS dev environments I cannot verify it, can someone test it out and send me a pull request ? Thanks !

MilkBiscuit commented 4 years ago

From google search I found this: flutter/flutter#20214 (comment)

But since I don't have iOS dev environments I cannot verify it, can someone test it out and send me a pull request ? Thanks !

I hope I can help you with this, but before that, these 2 need to be solved first:

https://github.com/X-Wei/flutter_catalog/pull/36 https://github.com/X-Wei/flutter_catalog/issues/37

MilkBiscuit commented 4 years ago

From google search I found this: flutter/flutter#20214 (comment) But since I don't have iOS dev environments I cannot verify it, can someone test it out and send me a pull request ? Thanks !

I hope I can help you with this, but before that, these 2 need to be solved first:

36

37

All done, the next step is release a new version onto the App Store.

X-Wei commented 4 years ago

Many thanks @MilkBiscuit !

@pravindodia there are some recent changes to the code, could you release a new iOS app version? Thanks !

pravindodia commented 4 years ago

Many thanks @MilkBiscuit !

@pravindodia there are some recent changes to the code, could you release a new iOS app version? Thanks !

Sure, I will do that asap. and update you here.