fxdart 0.8.0 copy "fxdart: ^0.8.0" to clipboard
fxdart: ^0.8.0 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

With Flutter:

 $ flutter 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.8.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:fxdart/fxdart.dart';
3
likes
140
points
1.22k
downloads
screenshot

Documentation

API reference

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

MIT (license)

More

Packages that depend on fxdart