pipe 1.2.0 copy "pipe: ^1.2.0" to clipboard
pipe: ^1.2.0 copied to clipboard

outdated

Pipe operator for some basic Dart types.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pipe

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

dependencies:
  pipe: ^1.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:pipe/pipe.dart';
5
likes
20
pub points
22%
popularity

Publisher

unverified uploader

Pipe operator for some basic Dart types.

Homepage

License

unknown (LICENSE)

More

Packages that depend on pipe