rightify 0.1.0 copy "rightify: ^0.1.0" to clipboard
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.
0
likes
120
points
99
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight, backend-agnostic rights engine for Flutter.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface, shared_preferences

More

Packages that depend on rightify

Packages that implement rightify