hexcolor icon indicating copy to clipboard operation
hexcolor copied to clipboard

A flutter plugin for bringing hex colors to dart hexcolorPlugin

Results 2 hexcolor issues
Sort by recently updated
recently updated
newest added

``` var string hexcode = ColorToHex(HexColor('#460000')).toString(); Expected: '#460000' Actual: 'Color(0xff460000)' ```

We are adding ```dart HexColor('#ffffff') ``` in our code.. What's the need of "**#**" ? There are over thousand sites + maximum sites which show hex colors just copies the...