- Updated `FixedSizeList` to act more like a proper `List`
This commit is contained in:
2025-05-16 13:54:58 +02:00
parent 176efdf458
commit 30eed3c4ac
3 changed files with 248 additions and 5 deletions
+4
View File
@@ -1,3 +1,7 @@
## 1.4.4
- Updated `FixedSizeList` to act more like a proper `List`
## 1.4.3
- [FIX] Ensure that `FixedSizeList` takes any type of object.