Color Converter
To convert hexadecimal colors to RGB and vise-versa, a flutter-based application with a simple design was created 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.
GitHub
https://github.com/hipoojan/Color-Converter