.agents/skills/ui-work/SKILL.md
Use this for user-facing Flutter UI changes in lib/, including widgets, screens, navigation surfaces, settings rows, dialogs, and interaction behavior.
Locate existing nearby widgets and reuse their patterns before adding new abstractions.
Follow current Material You and Surfboard-like visual conventions.
Use existing providers, notifiers, and helpers where possible.
Keep child: last in widget constructors.
Prefer const constructors and final locals.
Localize user-facing text through ARB; use localization when text changes are non-trivial.
Add focused widget tests when behavior changes, especially for rendering states, taps, scrolling, and empty/error states.
Run targeted verification:
flutter analyze
flutter test test/widgets/