guard_runner 0.0.2 copy "guard_runner: ^0.0.2" to clipboard
guard_runner: ^0.0.2 copied to clipboard

A guardian that protects against unauthorized access to routes and actions, as well as protects data viewing, based on the user's roles.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add guard_runner

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

dependencies:
  guard_runner: ^0.0.2

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:guard_runner/guard_runner.dart';
3
likes
130
pub points
46%
popularity

Publisher

verified publisherdryve.com.br

A guardian that protects against unauthorized access to routes and actions, as well as protects data viewing, based on the user's roles.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

collection, flutter

More

Packages that depend on guard_runner