permission_policy 0.0.1 copy "permission_policy: ^0.0.1" to clipboard
permission_policy: ^0.0.1 copied to clipboard

Permission policy helps you manage permissions in your Flutter application.

Permission Policy Banner

Latest Release Version Latest Stable Version GitHub stars

Permission policy helps you manage permissions in your Flutter application.

Features #

wip

Getting started #

Permission policy makes it easy for you to assign roles and permissions in your Flutter project.

RoleAndPermissions roleAndPermissions = {
      "Admin": ['admin'],
      "Sales Manager": ['view_revenue', 'view_apps'],
      "Developer Manager": ['view_apps'],
      "Marketing": ['view_media'],
      "Project Manager": ["edit_projects"]
    };
PermissionPolicy.instance.addRoles(roleAndPermissions);

Usage #

wip

Documentation #

wip

Changelog #

Please see CHANGELOG for more information what has changed recently.

Social #

Security #

If you discover any security related issues, please email support@nylo.dev instead of using the issue tracker.

Licence #

The MIT License (MIT). Please view the License File for more information.

15
likes
0
pub points
54%
popularity

Publisher

verified publishernylo.dev

Permission policy helps you manage permissions in your Flutter application.

Homepage

License

unknown (license)

Dependencies

flutter, nylo_support

More

Packages that depend on permission_policy