trough 1.0.0 copy "trough: ^1.0.0" to clipboard
trough: ^1.0.0 copied to clipboard

A middleware pipeline library for Dart, inspired by similar libraries in the JavaScript ecosystem. Create composable function pipelines for processing data in sequence.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add trough

With Flutter:

 $ flutter pub add trough

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

dependencies:
  trough: ^1.0.0

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:trough/trough.dart';
0
likes
150
points
107
downloads

Publisher

unverified uploader

Weekly Downloads

A middleware pipeline library for Dart, inspired by similar libraries in the JavaScript ecosystem. Create composable function pipelines for processing data in sequence.

Repository (GitHub)
View/report issues

Topics

#middleware #pipeline #processing #functional #async

Documentation

Documentation
API reference

License

MIT (license)

More

Packages that depend on trough