🚀 What's New - v1.0.22
🌗 Theme System Overhaul
- Fixed Theme persistence across app restarts
- Enhanced Theme state management with Riverpod
- Added Smooth theme transition animations
- Improved Initial theme loading with proper error handling
⚡️ Performance
- Optimized MaterialApp rebuilds for theme changes
- Improved app initialization with better state management
🏗️ Technical Changes
- Migrated theme state to
StateNotifierProvider
- Implemented async theme initialization with
FutureProvider
- Separated theme loading logic for better maintainability