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

Add Ability to Reorder Gradients #57

Closed victoreronmosele closed 1 year ago

victoreronmosele commented 1 year ago

Initially, the plan was to allow users to rearrange gradient colors by dragging them.

However, this feature is unnecessary since we already offer the option to select gradient stops in issue #59.

As a result, reordering gradients can be accomplished by simply editing the stops.

Closing as completed.