libcel 1.0.2 copy "libcel: ^1.0.2" to clipboard
libcel: ^1.0.2 copied to clipboard

A Dart implementation of the Common Expression Language (CEL) using PetitParser

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add libcel

With Flutter:

 $ flutter pub add libcel

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

dependencies:
  libcel: ^1.0.2

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:libcel/libcel.dart';
0
likes
160
points
182
downloads

Publisher

verified publisherlibdbm.com

Weekly Downloads

A Dart implementation of the Common Expression Language (CEL) using PetitParser

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

petitparser

More

Packages that depend on libcel