lenra-io / lenra-io/components-api
Progress display component
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Use the Flutter CircularProgressIndicator and LinearProgressIndicator references as the starting point for the component's supported shapes and behavior. Done means the component supports circular and linear displays, determinate and animated indeterminate states, plus text, startLabel, and endLabel properties.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- flutter
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100