You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package suppresses all exceptions that may occur while working with the camera. This is not correct because it is not possible to handle the denial of permission to access the camera and any other exception that is thrown.
Thanks for the feedback. If you're able to submit a PR for this, I'll be happy to help you land an enhancement, since I'm quite busy in some other works.
The package suppresses all exceptions that may occur while working with the camera. This is not correct because it is not possible to handle the denial of permission to access the camera and any other exception that is thrown.
Take a look at the following pieces of code:
flutter_wechat_camera_picker/lib/src/widget/camera_picker.dart
Lines 537 to 539 in 8212532
flutter_wechat_camera_picker/lib/src/widget/camera_picker.dart
Lines 575 to 577 in 8212532
I gave as an example, in fact, there are more such places.
The text was updated successfully, but these errors were encountered: