easy_dynamic_theme 0.0.1 copy "easy_dynamic_theme: ^0.0.1" to clipboard
easy_dynamic_theme: ^0.0.1 copied to clipboard

outdated

A new flutter plugin project.

0.0.1 #

Widgets #

  • EasyDynamicThemeBtn

Features #

Get the current ThemeMode #

  • EasyDynamicTheme.of(context).themeMode

Toggle your app ThemeMode from (Dynamic -> Light -> Dark) #

  • EasyDynamicTheme.of(context).switchTheme();