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.

Libraries

collection_utils
The collection_utils package. Import this file to use the package in your project.