collection_utils 1.0.1 copy "collection_utils: ^1.0.1" to clipboard
collection_utils: ^1.0.1 copied to clipboard

Useful extensions over dart's built-in `Collection` types.

collection_utils #

Useful extensions over dart's built-in Collection types.

Overview #

The current version has support for the following Collection types:

  • List
  • Set
  • Queue
  • Map

Installation #

From pub.dev

Add this to your pubspec.yaml

dependencies:
  collection_utils: ^1.0.1

Or, From Git repo

dependencies:
  collection_utils:
    git:
      url: https://github.com/Ragibn5/dart-flutter-packages.git
      path: collection_utils
      ref: collection_utils-1.0.1

Example #

See the example for a complete demonstration.

0
likes
160
points
27
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Useful extensions over dart's built-in `Collection` types.

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

More

Packages that depend on collection_utils