boolean_selector 2.1.1 copy "boolean_selector: ^2.1.1" to clipboard
boolean_selector: ^2.1.1 copied to clipboard

A flexible syntax for boolean expressions, based on a simplified version of Dart's expression syntax.

2.1.1 #

  • Increase the SDK minimum to 2.17.0.
  • Populate the pubspec repository field.

2.1.0 #

  • Stable release for null safety.

2.0.0 #

  • Breaking: BooleanSelector.evaluate always takes a bool Function(String). For use cases previously passing a Set<String>, tear off the .contains method. For use cases passing an Iterable<String> it may be worthwhile to first use .toSet() before tearing off .contains.

1.0.5 #

  • Update package metadata & add example/ folder

1.0.4 #

  • Now requires Dart 2.

1.0.3 #

  • Work around an inference bug in the new common front-end.

1.0.2 #

  • Declare compatibility with string_scanner 1.0.0.

1.0.1 #

  • Fix all strong mode warnings.

1.0.0 #

  • Initial release.
20
likes
140
pub points
100%
popularity

Publisher

verified publishertools.dart.dev

A flexible syntax for boolean expressions, based on a simplified version of Dart's expression syntax.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

source_span, string_scanner

More

Packages that depend on boolean_selector