cedar 0.2.3 copy "cedar: ^0.2.3" to clipboard
cedar: ^0.2.3 copied to clipboard

Implementation of the Cedar policy language in Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cedar

With Flutter:

 $ flutter pub add cedar

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

dependencies:
  cedar: ^0.2.3

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

Import it

Now in your Dart code, you can use:

import 'package:cedar/cedar.dart';
1
likes
130
points
744
downloads

Publisher

verified publishercelest.dev

Weekly Downloads

Implementation of the Cedar policy language in Dart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause-Patent (license)

Dependencies

built_collection, built_value, characters, collection, decimal, fixnum, json_annotation, meta, protobuf, source_span, string_scanner

More

Packages that depend on cedar