- Added `Color().luminance` extension (thanks @rania-run)
- Fixed a bug in `String.splitByLength()`

Signed-off-by: Hans Kokx <hans.kokx@hackberry.se>
This commit is contained in:
Hans Kokx
2024-10-29 11:34:10 +01:00
parent adb4217c35
commit 15f831f1dd
6 changed files with 47 additions and 3 deletions
+5
View File
@@ -1,3 +1,8 @@
## 1.1.1
- Added `Color` extension for luminance. Thanks, @rania-run!
- Fixed a bug in the `splitByLength` extension on `String`
## 1.1.0
- [BREAKING] Removed `Unfocuser` widget to ensure pure Dart compatibility.