providers/theme_provider library
Riverpod providers for theme management.
Copyright (C) 2025, Software Innovation Institute, ANU.
Licensed under the GNU General Public License, Version 3 (the "License").
License: https://www.gnu.org/licenses/gpl-3.0.en.html.
Authors: Ashley Tang
Classes
- ThemeModeNotifier
- State notifier for managing theme mode changes.
Properties
-
Provider for SharedPreferences instance.
final
-
themeModeProvider
→ StateNotifierProvider<
ThemeModeNotifier, ThemeMode> -
Provider for the current theme mode.
final
-
themeServiceProvider
→ Provider<
ThemeService> -
Provider for the ThemeService.
final