I need to add Permissions back into my Compose app...
# compose-android
t
I need to add Permissions back into my Compose app (Nearby and Location, BLE and Maps). I see the Accompanist Permissions library. Is this something others are using and can recommend? (vs just rolling my own the way I did in a previous ViewBinding variant of the app)
s
What's wrong with the accompanist one?
t
Nothing that I know of. That's why I was asking. I'm never sure the status of these accompanist things. Sometimes they're full featured and pretty solid, other times they seem a little more "experimental" still.
a
I treat accompanist as official. It's maintained and gets frequent updates
I don't think there's anything wrong with using it
s
If in doubt, you can always copy paste the code into your own codebase. Then it becomes your own burden to maintain 😅
a
True, but folks at Google are paid to work on it and maintain it currently, so at least for the time being, you're probably okay using it 🙃
s
Oh I agree, I do the same.