Closed nghiashiyi closed 1 year ago
Thanks for submitting this PR, we will review it asap :)
Hard to maintain
if (permissions.isEmpty()) {
permissions.add(CAMERA);
if (!ignoreExternalStorage) {
permissions.add(WRITE_EXTERNAL_STORAGE);
}
}
I'll had some more if you want work on this. Sorry for the delay.
Description
Sometimes, developers don't need require WRITE STORAGE in android in their purpose. So it will a bit annoying to user when the storage permission was asked, so I hope it should have an option to ignore STORAGE permission
Checklist
Before creating any Pull Request, confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]
).flutter analyse
without any issues.Breaking Change
If your feature break something, please detail it