theme_mode_changer 1.0.0
theme_mode_changer: ^1.0.0 copied to clipboard
change or switch theme mode in your app.
theme_mode_changer #
change or switch theme mode in your app.
Installation #
- If the juneflow project doesn't exist, please create it by following this guide.
- open terminal in the juneflow project root directory, enter the following command.
june add theme_mode_changer
Usage #
// change to dark theme
ThemeModeChanger.changeToDarkTheme();
// change to light theme
ThemeModeChanger.changeToLightTheme();
// switch theme mode
ThemeModeChanger.switchThemeMode(context);