- Create IconPicker widget with searchable grid of Material icons - Create QuickLinkForm with full CRUD support (create, edit, delete) - Update QuickLinkSettingsContent to use real form instead of placeholder - Update QuickLinksPanel to use shared getIconData function - Form includes name, URL, category, icon, type, and active toggle - Validation for required fields and URL format 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
8 lines
164 B
Dart
8 lines
164 B
Dart
/// Shared widgets for Tatlock UI.
|
|
library;
|
|
|
|
export 'air_quality_widget.dart';
|
|
export 'gauge_widget.dart';
|
|
export 'icon_picker.dart';
|
|
export 'weather_widget.dart';
|