QR Code Widget
Component Detail
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.
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})