flutter_theme_manager library
Classes
- AppTheme
- AppThemeBloc
- AppThemeChangeEvent
- AppThemeColor
- ThemeEvent
- Here we create a simple abstract class
Functions
-
changeTheme(
BuildContext context) → void - Making a function fro change the of the of the application
-
themeManager(
{required Widget themeBuilder(ThemeData theme)}) → BlocProvider< AppThemeBloc>