flutter_policy_engine 2.0.0 copy "flutter_policy_engine: ^2.0.0" to clipboard
flutter_policy_engine: ^2.0.0 copied to clipboard

A lightweight, extensible policy engine for Flutter enabling RBAC and basic ABAC with Clean Architecture, injectable logger, and persistent storage.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_policy_engine

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_policy_engine: ^2.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_policy_engine/flutter_policy_engine.dart';
1
likes
160
points
100
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight, extensible policy engine for Flutter enabling RBAC and basic ABAC with Clean Architecture, injectable logger, and persistent storage.

Repository (GitHub)
View/report issues
Contributing

Topics

#authorization #engine #flutter #policy #rbac

License

MIT (license)

Dependencies

collection, flutter, meta, shared_preferences

More

Packages that depend on flutter_policy_engine