tinycolor
tinycolor copied to clipboard
Flutter Color manipulation and conversion
Null Safety
Thanks for the great package! Do you plan to make a null safe update of the package?
I made the required changes for the package to be sound null safe. Since it depended on Pigment which the last update was 2 years ago, to not cause any...
Fixes issues #2, #6, and #10
### Summary The `setAlpha` and `setOpacity` methods don't seem to have any effect on the `TinyColor` instance. ### Possible cause Looking at the source, I believe this is because these...
plugin Does not recognize "grey" Color ...and it recognizes it after changing the spell of it to "gray"!!
The `tint()` method always returns white. For example, `Colors.red.tint(10)` returns white.
When i tried to perform flutter pub get i got below error Because every version of flutter_test from sdk depends on meta 1.1.8 and tinycolor >=1.0.3 depends on meta ^1.2.2,...
Features: - updated the code to improve with new versions of dart - only the tinycolor.dart file is exposed - eliminated the TinyColor class to prefer only the use of...
I try to use TinyColor to create custom color swatch. But when I try to mix colors with different amount, such as 20, 30, 40, 50, some of them return...