processing_tree 0.2.2
processing_tree: ^0.2.2 copied to clipboard
Dart library for building and executing static trees of execution created in runtime.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add processing_treeWith Flutter:
$ flutter pub add processing_treeThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
processing_tree: ^0.2.2Alternatively, 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:processing_tree/processing_tree.dart';