color_theme_provider 1.1.1 color_theme_provider: ^1.1.1 copied to clipboard
Customized color theme for your app without depending on Material or Cupertino color schemes.
1.1.1 #
- Update readme
1.1.0 #
BREAKING CHANGE
- The
context.theme<T>()
is deprecated. Instead, usecontext.colorTheme<T>()
to get the theme. - Use
context.themeManager<T>()
to get theme manager of typeColorTheme
1.0.0 #
- Add
ColorThemeProvider
to initialize the theme - Use
context.theme<T>()
to get theme of typeColorTheme
- Use
context.themeManager<T>()
to get theme manager of typeColorTheme