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

Progress display component #28

Open
taorepoara opened this issue Sep 22, 2021 · 0 comments · May be fixed by #47
Open

Progress display component #28

taorepoara opened this issue Sep 22, 2021 · 0 comments · May be fixed by #47
Labels
enhancement New feature or request

Comments

@taorepoara
Copy link
Member

Create a component to display a progress to the final user.

This component can have different shapes in order to feet in desired places: circle/round or linear. See the Flutter CircularProgressIndicator and LinearProgressIndicator.

If no value is defined on the component it enter in an indeterminated status with an animation to understand that something is going on.

The component has a text property to display a text linked to the progression, and startLabel and endLabel properties to display text to display start value information (like 0%) and end value information (like 100%) respectively.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 🟡 Backlog
Development

Successfully merging a pull request may close this issue.

1 participant