unique_list 0.1.2+1 unique_list: ^0.1.2+1 copied to clipboard
An implementation of List that enforces all elements be unique.
[0.1.2] - October 6, 2020 #
- Updated the [setAll], [setRange], and [replaceRange] methods to allow their supplied iterable to contain values already in the list if the resulting list doesn't contain any duplicate values once all values have been set.
[0.1.1] - October 2, 2020 #
- Set [nullable] to
true
by default in the [UniqueList.strict] factory constructor and the [toUniqueList] extension method.
[0.1.0] - October 2, 2020 #
- Initial release.