processing_tree 0.2.2 copy "processing_tree: ^0.2.2" to clipboard
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_tree

With Flutter:

 $ flutter 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.2

Alternatively, 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';
1
likes
150
points
83
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

collection, xml

More

Packages that depend on processing_tree