x_color
A dynamic and remote color data holder for flutter remote-ui project
Installation
dependencies:
x_color: latest
Usage & Example (code)
the XColor extends Color so you can use it anywhere originally color took place.
var color = XColor("#FF23232");
var icon = Icon(Icons.add, color: color);