collection_utils 1.0.1
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.