stream_graph 0.3.9 copy "stream_graph: ^0.3.9" to clipboard
stream_graph: ^0.3.9 copied to clipboard

A Dart library for constructing directed acyclic graphs of Streams building upon each other.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add stream_graph

With Flutter:

 $ flutter pub add stream_graph

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

dependencies:
  stream_graph: ^0.3.9

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:stream_graph/stream_graph.dart';
2
likes
90
pub points
15%
popularity

Publisher

verified publishermauch.dev

A Dart library for constructing directed acyclic graphs of Streams building upon each other.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

directed_graph, freezed_annotation, rxdart

More

Packages that depend on stream_graph