feature_flagix 1.0.3 copy "feature_flagix: ^1.0.3" to clipboard
feature_flagix: ^1.0.3 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.

1.0.3 #

  • add replace widget in flagix builder to allow for custom widgets to be used when a user does not have the required permissions.

1.0.2 #

  • fix feature_flagix to assert that the roles and Flags parameters are not null.

1.0.1 #

  • fix CHANGELOG.md

1.0.0 #

Added #

  • Initial release of Feature Flagix.
  • Core classes: FeatureFlagix, FlagixRoles, and FlagixPermissions.
  • 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.
10
likes
160
points
54
downloads

Publisher

verified publishermustafaix.live

Weekly Downloads

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.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on feature_flagix