Baseflow / flutter-permission-handler

Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.
https://baseflow.com
MIT License
2.02k stars 836 forks source link

What does it mean to use the photos permission instead of the photos permission? #1349

Open kzrnm opened 1 month ago

kzrnm commented 1 month ago

https://github.com/Baseflow/flutter-permission-handler/blob/9290ecd44930b25c194179e95696a17595eb6fc8/permission_handler_platform_interface/lib/src/permissions.dart#L91-L118

I am not familiar with iOS permissions, so I cannot determine what this means. Is it mistype?

mvanbeusekom commented 1 month ago

Hi @kzrnm,

This seems to be a mistype indeed. I will mark this issue as documentation mistake as a reminder to improve on that.