Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mayank29malhotra opened this issue Jun 19, 2024 · 2 comments

Comments

@mayank29malhotra
Copy link

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
Copy link
Owner

Nulllix commented Jun 19, 2024

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants