feature_flagix 1.0.0
feature_flagix: ^1.0.0 copied to clipboard
Feature Flagix is a package designed for managing feature flags in Flutter applications. It allows you to control access to specific features based on roles and permissions.
Change Log #
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
1.0.0 YYYY-MM-DD #
Added #
- Initial release of Feature Flagix.
- Core classes:
FeatureFlagix,FlagixRoles, andFlagixPermissions. - Example usage in the
example/directory. - Ability to set app permissions based on roles and permissions.
- Ability to check if a user has a specific permission.
- Example Flutter application demonstrating Feature Flagix usage.