-
Notifications
You must be signed in to change notification settings - Fork 158
Seems to conflict with flutter_simple_permissions #37
Comments
Hi, are you requesting SMS permission with simple_permissions? |
@babariviere - nope, I'm just trying to get READ/WRITE access to external storage. |
Do you have any log? |
Sure, I'll fire that branch back up now |
So, what's interesting is that when I implemented simple_permissions, I'd already allowed the At this point, the app boots OK, and then
|
I'm thinking the |
Yes I think as we have 2 different listener for permission, it cannot choose which one to use |
I wonder how much work it would be to make use of simple permissions to request permissions in |
When attempting to use the
sms
library alongsidesimple_permissions
(https://pub.dartlang.org/packages/simple_permissions), the app crashes as soon assms
initializes.To reproduce, simply install
simple_permissions
to thesms
example app and request a permission.The text was updated successfully, but these errors were encountered: