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

A lightweight, extensible policy engine for Flutter enabling Attribute-Based Access Control (ABAC) and Role-Based Access Control (RBAC) with declarative rule definitions.

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: ^1.1.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';
0
likes
160
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight, extensible policy engine for Flutter enabling Attribute-Based Access Control (ABAC) and Role-Based Access Control (RBAC) with declarative rule definitions.

Repository (GitHub)
View/report issues
Contributing

Topics

#flutter #policy #engine #authorization

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

collection, flutter, meta

More

Packages that depend on flutter_policy_engine