mchome / flutter_colorpicker

HSV(HSB)/HSL/RGB/Material color picker inspired by all the good design for your amazing flutter apps.
https://pub.dev/packages/flutter_colorpicker
MIT License
339 stars 198 forks source link

Fix not passing args to colorToHex function in toHexString extension method #111

Closed imsamgarg closed 1 month ago

imsamgarg commented 1 month ago

Fixed colorToHex function called with default values instead of passing the args from the toHexString() extension method's parameters. Test cases were added for toHexString() extension function (Copied from colorToHex test cases).