victoreronmosele / flutter_gradient_generator

An online tool for creating and customizing gradients for use in Flutter applications.
https://fluttergradientgenerator.com
GNU General Public License v3.0
21 stars 5 forks source link

Replace Color Picker Package With HTML Color Input #70

Closed victoreronmosele closed 11 months ago

victoreronmosele commented 11 months ago

Replace the current color picker package with an HTML color input, using HTMLElementView.

We are switching to the HTML color input because it is more familiar and easier to use.