Build a Flutter app with light and dark themes. Learn how to switch themes and save user preference. Great practice for real-world app customization.
Steps to use the app:
- Clone the repository
- Run
flutter pub get - Run
flutter run - Try switching between light and dark themes
This mini class teaches theme management in Flutter. Learn how to update UI themes and store preferences. Perfect for beginners and UI-focused developers.