Skip to content

Release v3.1.0

Compare
Choose a tag to compare
@BirjuVachhani BirjuVachhani released this 23 Jun 13:14
· 66 commits to main since this release
2a98ac6
  • CupertinoAdaptiveThemeManager is now deprecated and replaced with AdaptiveThemeManager<CupertinoThemeData> in
    favor of supporting theming for other UI frameworks. (e.g. Fluent UI). This will be removed in v4.0.0.
  • AdaptiveThemeManager is now generic typed where the generic type represents the type of the theme data object.
    Replace AdaptiveThemeManager with AdaptiveThemeManager<ThemeData>
  • AdaptiveThemeManager is now a mixin instead of an abstract class to reduce code duplication.