You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.