Workshop To-Do Widget
Component Detail
User Interface
low complexity
mobile
0
Dependencies
0
Dependents
0
Entities
0
Integrations
Description
Reusable Flutter checklist widget for managing facilitator to-do items during a workshop session. Renders checkbox list with add/remove controls and WCAG 2.2 AA compliant touch targets.
workshop-todo-widget
Responsibilities
- Render checklist of to-do items with completion state
- Support inline add and delete of to-do items
- Ensure minimum 24x24px touch targets per WCAG 2.2 AA
Interfaces
build(BuildContext context) → Widget
onItemToggled(String itemId, bool done) → void
onItemAdded(String title) → void
onItemDeleted(String itemId) → void