-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
Description
Description:
Implement dark mode theme throughout the Flutter app with theme switching functionality.
Tasks:
- Create dark theme color palette
- Implement theme switching logic
- Add theme toggle in settings
- Ensure all widgets support dark mode
- Persist theme preference
- Test theme switching across all screens
Acceptance Criteria:
- Dark mode works on all screens
- Theme preference persists across app restarts
- Smooth theme switching without flicker
- All UI elements properly themed