adaptive_theme_fluent_ui 1.3.0 adaptive_theme_fluent_ui: ^1.3.0 copied to clipboard
An extension package of adaptive_theme library that supports dynamic theming for fluent_ui package.
1.3.0 #
- Add support for dynamically changing debugShowFloatingThemeButton state using AdaptiveTheme.of(context).setDebugShowFloatingThemeButton(bool) method.
- Allow reading state of debugShowFloatingThemeButton using AdaptiveTheme.of(context).debugShowFloatingThemeButton.
1.2.0 #
- Bump up minimum Flutter version to 3.10.0.
- Bump up minimum Dart version to 3.0.
- Bump up minimum
adaptive_theme
version to 3.4.0. - Upgrade dependencies.
1.1.0 #
- Fix calling
AdaptiveTheme.of
orCupertinoAdaptiveTheme.of
not creating a dependency on it. - Replace deprecated
ThemeData
withFluentThemeData
.
1.0.1 #
- Upgrade dependencies.
- Fix example app.
1.0.0 #
- initial release.
- Adds support for Fluent UI.