theme_mode_changer 0.0.2 copy "theme_mode_changer: ^0.0.2" to clipboard
theme_mode_changer: ^0.0.2 copied to clipboard

change or switch theme mode in your app.

pub package

juneflow_github

theme_mode_changer #

change or switch theme mode in your app.

Installation #

  1. If the juneflow project doesn't exist, please create it by following this guide.
  2. 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);
1
likes
0
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

change or switch theme mode in your app.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, go_router, june, june_flow_util

More

Packages that depend on theme_mode_changer