User Interface low complexity mobile
0
Dependencies
1
Dependents
1
Entities
0
Integrations

Description

Reusable Flutter card widget presenting a single event summary including title, date, time, location, and a participant count badge. Implements accessible semantics with adequate contrast ratios and minimum touch target sizes per WCAG 2.2 AA.

Feature: Event Listing

event-card-widget

Responsibilities

  • Display event title, date, time, and location in a scannable layout
  • Render participant count badge with accessible label
  • Expose tap callback for navigation
  • Meet WCAG 2.2 AA contrast and touch-target requirements

Interfaces

EventCardWidget({required EventSummary event, required VoidCallback onTap})

Relationships

Dependents (1)

Components that depend on this component

Related Data Entities (1)

Data entities managed by this component