fxdart 0.7.3 copy "fxdart: ^0.7.3" to clipboard
fxdart: ^0.7.3 copied to clipboard

A functional programming library for Dart, ported from FxTS. Lazy evaluation, concurrent async iteration, and pipeline-style composition.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate fxdart

Use it

The package has the following executables:

$ fxdart_skills

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fxdart

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

dependencies:
  fxdart: ^0.7.3

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:fxdart/fxdart.dart';
3
likes
0
points
1.26k
downloads

Publisher

verified publisherbansook.xyz

Weekly Downloads

A functional programming library for Dart, ported from FxTS. Lazy evaluation, concurrent async iteration, and pipeline-style composition.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on fxdart