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

A small, dependency-free expression evaluator for Dart and Flutter.

1.1.0 #

  • Aligned eq with the reference implementations by supporting structural equality for lists, including nested lists and loose element comparison.
  • Added shared conformance coverage for structural list equality.

1.0.1 #

  • Corrected the public parsed-expression class name to SimpleExpression to match the TypeScript reference.
  • This release replaces the retracted 1.0.0 release, which exposed the class as Expression.

1.0.0 #

  • Initial stable release.
  • Added expression parsing and evaluation for Dart and Flutter.
  • Added model references, operators, caching, and conformance tests.
2
likes
160
points
113
downloads

Documentation

API reference

Publisher

verified publisherliesel.dev

Weekly Downloads

A small, dependency-free expression evaluator for Dart and Flutter.

Repository (GitHub)
View/report issues

License

ISC (license)

More

Packages that depend on simple_expressions