coralline_extensions 0.1.1 copy "coralline_extensions: ^0.1.1" to clipboard
coralline_extensions: ^0.1.1 copied to clipboard

Official extension library for Coralline, bringing reactive pipeline operations to Dart collections and iterables.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add coralline_extensions

With Flutter:

 $ flutter pub add coralline_extensions

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

dependencies:
  coralline_extensions: ^0.1.1

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:coralline_extensions/coralline_extensions.dart';
1
likes
160
points
66
downloads

Documentation

API reference

Publisher

verified publishercoralline.dev

Weekly Downloads

Official extension library for Coralline, bringing reactive pipeline operations to Dart collections and iterables.

Repository (GitHub)
View/report issues

Topics

#state-management #reactivity #extensions #async #stream

License

Apache-2.0 (license)

Dependencies

collection, coralline, meta

More

Packages that depend on coralline_extensions