ionic-planb-logistic-app-fl.../lib/components
Jean-Philippe Brule 96c9e59cf0 Implement system theme support and dark mode infrastructure
Add comprehensive theme management system with iOS system integration:

- System theme detection: App follows iOS dark/light mode preferences via ThemeMode.system
- Theme provider: Centralized theme state management with Riverpod (defaults to dark mode)
- Settings toggle: Segmented button UI for Light/Dark/Auto theme selection
- iOS system UI: Status bar and navigation bar adapt to current theme brightness

Dark mode map styling (Android-ready):
- DarkModeMapComponent: Reactive theme change detection with didChangeDependencies
- Map style application: Custom dark JSON style for navigation maps
- Theme-aware styling: Automatically applies/resets map style on theme changes
- Note: Map styling currently Android-only due to iOS SDK limitations

Updates:
- main.dart: System UI overlay styling for iOS, theme provider integration
- settings_page.dart: SegmentedButton theme toggle with icons
- providers.dart: themeModeProvider for app-wide theme state
- dark_mode_map.dart: Theme reactivity and style application logic
- navigation_page.dart: Theme detection infrastructure (prepared for future use)

Design philosophy:
- Follow system preferences by default for native iOS experience
- Manual override available for user preference
- Clean separation between Flutter UI theming and native map styling

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-16 00:52:14 -05:00
..
collapsible_routes_sidebar.dart Implement UI/UX enhancements with collapsible routes sidebar and glassmorphic route cards 2025-11-15 17:55:18 -05:00
dark_mode_map.dart Implement system theme support and dark mode infrastructure 2025-11-16 00:52:14 -05:00
delivery_list_item.dart Fix Google Navigation initialization timing issues 2025-11-15 20:49:20 -05:00
delivery_map.dart ios build, connected data (not finished) 2025-11-14 12:27:40 -05:00
glassmorphic_route_card.dart Implement UI/UX enhancements with collapsible routes sidebar and glassmorphic route cards 2025-11-15 17:55:18 -05:00
map_sidebar_layout.dart ios build, connected data (not finished) 2025-11-14 12:27:40 -05:00
navigation_tc_dialog.dart Implement Google Navigation Flutter integration for turn-by-turn delivery navigation 2025-11-15 20:43:29 -05:00
premium_route_card.dart Implement optimized SVRNTY status color system using Frontend Design principles 2025-11-15 15:41:22 -05:00