edde746
8f50da4a75
fix: resolve all dart analyze warnings
- Migrate RadioListTile to RadioGroup API (Flutter 3.32+)
- Guard BuildContext usage across async gaps
- Use const BorderRadius.all / EdgeInsets.all constructors
- Extract nested ternaries into helpers
- Prefer .first over [0], ??= over if-null assignment
- Prefix unused FocusNode params with _
- Add library directive for dangling doc comments
2026-02-23 13:50:56 +01:00
..
2026-02-23 13:50:56 +01:00
2025-12-19 13:19:57 +01:00
2026-02-21 04:50:10 +01:00
2025-12-15 01:16:22 +01:00
2026-02-17 08:55:29 +01:00