Duit-Foundation / Duit-Foundation/flutter_duit
Chip widget
- Dominant language
- Dart
- Stars
- 60
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
### Description
It is necessary to implement a number of widgets - varieties of Material Chip:
- [Chip](https://api.flutter.dev/flutter/material/Chip-class.html)
- [InputChip](https://api.flutter.dev/flutter/material/InputChip-class.html)
- [ChoiseChip](https://api.flutter.dev/flutter/material/ChoiceChip-class.html)
- [FilterChip](https://api.flutter.dev/flutter/material/FilterChip-class.html)
- [ActionChip](https://api.flutter.dev/flutter/material/ActionChip-class.html)
#### This issue affects other repositories. To successfully solve the problem, you also need to add updates to the appropriate packages
Affected packages:
- [duit_js](https://github.com/Duit-Foundation/duit_js)
- [duit_go](https://github.com/Duit-Foundation/duit_go)
Contributor guide
Research direction
Start by reading the linked Flutter Material documentation for Chip, InputChip, ChoiceChip, FilterChip, and ActionChip. Inspect how widgets are represented in flutter_duit, then trace the corresponding updates required in duit_js and duit_go. Done means all five widget varieties are supported consistently across the affected packages.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100