In this video, you'll learn how to easily implement Light and Dark Themes in your Flutter app.
We'll use **Cubit** as the state management solution to toggle between themes,
and **SharedPreferences** to persist the selected theme, even after the app restarts.
✅ What you'll learn:
- How to set up Light & Dark Themes in Flutter
- Using Cubit for theme switching
- Saving user preferences with SharedPreferences
📁 GitHub Repo: https://github.com/mahmoudatta80/theming_and_localization
#Flutter #DarkMode #LightTheme #Cubit #SharedPreferences #StateManagement #FlutterUI #FlutterTutorial