deep_collection 0.1.2
deep_collection: ^0.1.2 copied to clipboard
Extends [List], [Set] and [Map] in order to add commonly used recursive methods such as sorting, reversing, finding intersections or differences.
0.1.2 31th of August 2020 #
- Fold all libraries into one
0.1.1 31th of August 2020 #
- Move examples into one file
- Remove shadowing type parameters
0.1.0 31th of August 2020 #
- Create basic classes
- Write documentation
- Use effective_dart
- Create tests