slapp_expression_language 0.0.2
slapp_expression_language: ^0.0.2 copied to clipboard
modified expression language for personal application. Library for parsing and evaluating simple expression language with additional references
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add slapp_expression_language
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
slapp_expression_language: ^0.0.2
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:slapp_expression_language/slapp_expression_language.dart';