permission_policy 0.0.1 permission_policy: ^0.0.1 copied to clipboard
Permission policy helps you manage permissions in your Flutter application.
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.