unique_list 1.0.0
unique_list: ^1.0.0 copied to clipboard
An implementation of List that enforces all elements be unique.
1.0.0 March 17, 2021 #
-
Migrated to null-safe code.
-
[fillRange] is now unimplemented and throws an [UnsupportedError].
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
trueby default in the [UniqueList.strict] factory constructor and the [toUniqueList] extension method.
0.1.0 October 2, 2020 #
- Initial release.