.mix()
not matching readme usage at PR #44
.greyscale()
should be a method, not a property in Color
extension at PR #45
- Typo in
.complement()
naming at PR #43
alpha
range should be 0
-255
at PR #39
- Forked as a community version with new name
tinycolor2
- Null safety migration w/ dependency upgrade at PR #24
- Library restructure at PR #5
- #2, #6, #10 from upstream at PR #5
Color
class extension method for direct usage
- Compatibility issues with Dart
2.1
and pigment
1.0.3
HSLColor
class name duplicate definition
- Initial port of
tinycolor2