simple_permission_workflow 0.0.9 copy "simple_permission_workflow: ^0.0.9" to clipboard
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 SPWPermission enum.

0.0.8 #

  • Added additional permissions to the SPWPermission enum.

0.0.7 #

  • expose contact cleanup helper methods on SPWContactsPermission: removeEmptyNames(List<Contact>) and removeEmptyPhoneNumbers(List<Contact>)
  • documented contact helper usage and example showing retrieveContacts() and orderContacts(...), 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() and orderContacts(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
1
likes
150
points
300
downloads

Publisher

unverified uploader

Weekly Downloads

A library that simplifies usage of the permission_handler inner library by offering a centralized permission workflow.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

fast_contacts, flutter, permission_handler, plugin_platform_interface

More

Packages that depend on simple_permission_workflow

Packages that implement simple_permission_workflow