digia_expr 0.0.15 copy "digia_expr: ^0.0.15" to clipboard
digia_expr: ^0.0.15 copied to clipboard

A powerful and flexible expression evaluator for Dart, designed to dynamically process expressions with support for variables, custom functions, and string interpolation. This package is developed for [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add digia_expr

With Flutter:

 $ flutter pub add digia_expr

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

dependencies:
  digia_expr: ^0.0.15

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:digia_expr/digia_expr.dart';
2
likes
95
points
398
downloads

Publisher

verified publisherdigia.tech

Weekly Downloads

A powerful and flexible expression evaluator for Dart, designed to dynamically process expressions with support for variables, custom functions, and string interpolation. This package is developed for internal use within `digia_ui` and is not intended for general public consumption.

Documentation

API reference

License

unknown (license)

Dependencies

collection, intl, json_path, moment_dart, qs_dart

More

Packages that depend on digia_expr