Color Converter
A minimalist application made with flutter to convert hexadecimal colors to RGB colors and vise-versa for Flutter Create Competition.
How to Use
-
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.