flutter_color_plugin
flutter_color_plugin copied to clipboard
Support shorthand CSS, closes #2
Small update to add support for shorthand CSS like #ccc, #000, etc.
For example #0f0 (R: 0, G: 255, B: 0) will internally be converted to #00ff00 first and then parsed to green.
Code example:
ColorUtil.color("#0f0")