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

Description

Flutter screen providing a structured support request form with a dropdown for inquiry category (technical issue, account help, feedback) and a multiline free-text field. Fully WCAG 2.2 AA compliant with semantic labels, actionable error messages, and minimum touch targets.

Feature: Contact Us

contact-us-screen

Responsibilities

  • Render inquiry category dropdown and free-text description field
  • Validate form fields and display accessible error messages
  • Submit support request via Support Request Service
  • Show confirmation or offline-queued status to the user

Interfaces

build(BuildContext): Widget
onCategorySelected(String category): void
onSubmit(SupportRequest request): Future<void>
showSuccessState(): void
showOfflineQueuedState(): void

Relationships

Dependencies (2)

Components this component depends on