Nulllix / simple_circular_progress_bar

Open source Flutter package, simple circular progress bar.
https://pub.dev/packages/simple_circular_progress_bar
MIT License
15 stars 11 forks source link

Feature Suggestion: Add Gradient Color Support to Progress Component #16

Open mayank29malhotra opened 5 months ago

mayank29malhotra commented 5 months ago

I would like to propose adding support for gradient colors in the progress component. This feature would enhance the visual appeal and provide more customization options for users.

Nulllix commented 5 months ago

Hello. Thanks for the suggestion! But we already have gradient support. Just specify some colors in the "progressColors" field.

For example:

SimpleCircularProgressBar(
    progressColors: const [
        Colors.cyan,
        Colors.green,
        Colors.amberAccent,
        Colors.redAccent,
        Colors.purpleAccent
    ],
    backColor: Colors.blueGrey,
),
mayank29malhotra commented 4 months ago

Hey I am suggesting on completing whole progress the circle completes and it takes one color as the color for the complete circle once it is completed