processing_tree 0.2.0 copy "processing_tree: ^0.2.0" to clipboard
processing_tree: ^0.2.0 copied to clipboard

outdated

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_tree

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

dependencies:
  processing_tree: ^0.2.0

Alternatively, your editor might support dart 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';
1
likes
0
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

Dart library for building and executing static trees of execution created in runtime.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, xml

More

Packages that depend on processing_tree