Vaani/lib/settings
google-labs-jules[bot] dc0540467f feat: Replace theme dialog with segmented buttons
Replaces the dialog pop-up for theme selection (Light, Dark, System)
with `SegmentedButton` widgets in the theme settings page.

The new UI uses:
- Light theme option on the left.
- System theme option in the middle.
- Dark theme option on the right.
- A checkmark icon (`Icons.check`) for the selected theme.
- Respective icons (`Icons.light_mode`, `Icons.auto_awesome`, `Icons.dark_mode`)
  for unselected themes.

The `ModeSelectionDialog` has been removed as it's no longer necessary.

Note: Full UI and persistence testing could not be completed due to
sandbox limitations where the Flutter SDK was not available.
The core code implementation was verified.
2025-05-22 01:21:38 +00:00
..
metadata upgrade to flutter 3.27.4 2025-03-25 22:01:16 +05:30
models feat: multiple theming options (#50) 2024-10-05 10:01:08 -04:00
view feat: Replace theme dialog with segmented buttons 2025-05-22 01:21:38 +00:00
api_settings_provider.dart feat: error reporting with logs (#45) 2024-10-03 05:54:29 -04:00
api_settings_provider.g.dart upgrade to flutter 3.27.4 2025-03-25 22:01:16 +05:30
app_settings_provider.dart feat: multiple theming options (#50) 2024-10-05 10:01:08 -04:00
app_settings_provider.g.dart upgrade to flutter 3.27.4 2025-03-25 22:01:16 +05:30
constants.dart chore: remove deprecated apis (#74) 2025-04-10 19:42:08 +05:30
settings.dart something 2024-05-08 05:03:49 -04:00