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

Description

Reusable Flutter widget that renders a QR code image from a URL string using the qr_flutter package entirely client-side. No server round-trip is required; the widget accepts a data string and size parameter and produces an accessible, WCAG-compliant image with a semantic label.

Feature: Invite Link & QR Sharing

qr-code-widget

Responsibilities

  • Accept a URL string and render a QR code image at configurable size
  • Apply configurable error correction level for print and screen use
  • Provide a semantic accessibility label for screen readers

Interfaces

QrCodeWidget({required String data, double size, String semanticLabel})

Relationships

Dependents (1)

Components that depend on this component

Related Data Entities (1)

Data entities managed by this component