color converter
a minimalist application made with flutter to convert hexadecimal colors to rgb colors and vise-versa for flutter create competition.
how to convert hexadecimal
- enter hexadecimal color value in the text field(default is #000 i.e. black) at center of screen and the converted values of r,g,b will appear on top of the screen.
- and to convert to hexadecimal enter any r,g,b value(default is 0) and it will be automatically converted.
Comments are closed.