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
130
pub points
0%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, xml

More

Packages that depend on processing_tree