tinycolor2 3.0.0 tinycolor2: ^3.0.0 copied to clipboard
Flutter Color manipulation and conversion, ported from JS tinycolor2
Changelog #
[3.0.0] - 2022-09-12 #
- Upgrade to Flutter 3.3.0
- Upgrade lint package to 1.1.0
[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