deep_collection 1.0.2 copy "deep_collection: ^1.0.2" to clipboard
deep_collection: ^1.0.2 copied to clipboard

Extends [List], [Set] and [Map] in order to add commonly used recursive methods such as sorting, reversing, merging, finding intersections or differences.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add deep_collection

With Flutter:

 $ flutter pub add deep_collection

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

dependencies:
  deep_collection: ^1.0.2

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:deep_collection/deep_collection.dart';
15
likes
130
pub points
82%
popularity

Publisher

unverified uploader

Extends [List], [Set] and [Map] in order to add commonly used recursive methods such as sorting, reversing, merging, finding intersections or differences.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

effective_dart

More

Packages that depend on deep_collection