tinycolor2 2.1.0 tinycolor2: ^2.1.0 copied to clipboard
Flutter Color manipulation and conversion, ported from JS tinycolor2
Changelog #
[2.1.0] - 2022-06-20 #
Changed #
- Rename constructors and methods per Dart & Flutter naming conventions at PR #41
HslColor
class is now deprecated in favor of nativeHSLColor
at PR #18- Deprecated TinyColor.fromRGB() at PR #40
- Refactor and improve tests at PR #57
- Update extension codes to remove usage of deprecated methods and add new methods at PR #59