rightify 0.1.0
rightify: ^0.1.0 copied to clipboard
A lightweight, backend-agnostic rights engine for Flutter.
0.1.0 - 2025-12-16 #
Added #
-
Initial release of Rightify Flutter package.
-
Generic rights engine (String-based) to manage feature access.
-
Local source support using SharedPreferences.
-
Optional remote JSON source support.
-
Public API:
Rightify.initialize()Rightify.canPerform(action)Rightify.setLevel(level)
-
Fully testable engine and sources.
-
README documentation with usage examples.
-
MIT license.
Notes #
- This version focuses on providing a generic, backend-agnostic engine for feature gating.
- Does not handle payments or subscription validation; backend verification is required.