simple_permission_workflow 0.0.9
simple_permission_workflow: ^0.0.9 copied to clipboard
A library that simplifies usage of the permission_handler inner library by offering a centralized permission workflow.
0.0.9 #
- Added new permissions to the
SPWPermissionenum.
0.0.8 #
- Added additional permissions to the
SPWPermissionenum.
0.0.7 #
- expose contact cleanup helper methods on
SPWContactsPermission:removeEmptyNames(List<Contact>)andremoveEmptyPhoneNumbers(List<Contact>) - documented contact helper usage and example showing
retrieveContacts()andorderContacts(...), and how to combine helpers
0.0.6 #
- added support for location permission
- added support for photos permission
0.0.5 #
- expose contact helper methods on
SPWContactsPermission:retrieveContacts()andorderContacts(List<Contact>) - contact fetching implemented using
fast_contacts(add runtime dependency if you use helpers)
0.0.4 #
- added openSettingsOnDismiss option
- improved documentation
0.0.3 #
- notifications permission added
0.0.2 #
- bug fixes
0.0.1 #
- first implementation of the library
- contacts permission support