- Added `unique` extension for Lists

Signed-off-by: Hans Kokx <hans.kokx@hackberry.se>
This commit is contained in:
Hans Kokx
2024-11-04 17:00:50 +01:00
parent 9f8d85f543
commit 92133b2e28
5 changed files with 34 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
## 1.1.4
- Added the `unique` extension for `List` objects.
## 1.1.3
- Removes `Color` extension due to an incompatibility with Flutter. Sorry, @rania-run!