protected_page 0.0.1
protected_page: ^0.0.1 copied to clipboard
Flutter Access Control and Permission Management Library.
0.0.1 #
0.0.1 #
- Initial release of
protected_pagelibrary. - Provides a robust solution for managing access to protected routes in Flutter applications.
- Features:
- Role- and permission-based access control via
AccessPolicy. - Global fallback and route-specific fallback widgets for unauthorized access.
- Integration with custom
AccessProviderfor flexible authentication and authorization logic. - Support for role groups to simplify complex role hierarchies.
- Easy integration with
AccessGuardwidget for route protection. - Redirection support to login or custom routes when access is denied.
- Custom validation logic via
customValidatorinAccessPolicy. - Performance optimized for large numbers of roles and permissions.
- Handles concurrent access validations seamlessly.
- Global loader configuration to control loading states during access validation.
- Role- and permission-based access control via