x_theme_provider 0.0.2
x_theme_provider: ^0.0.2 copied to clipboard
Flutter App Theme Provider Package.
0.0.2 #
- Simplify import package in pub.dev
0.0.1 #
- Added theme modes: light, dark, and system.
- Added toggle method to switch the theme mode between light and dark.
- Added an intuitive
ThemeProvider
widget to easily manage the app theme. - Added
InheritedThemeProvider
to propagate the theme mode down the widget tree. - Added system theme change listener and synced theme accordingly.
- Added convenient methods to switch themes using next, previous, light, dark, and system modes.