theme_change 2.0.5
theme_change: ^2.0.5 copied to clipboard
theme_change package by Sumit Gohil theme_change: Seamless Theme Management with Persistent Preferences and (GetX OR Provider) Transform your Flutter app's theme management with theme_change—a robust [...]
2.0.5 #
- Bug Fixed in ThemeObserver() Widget
2.0.2 #
-
What's New
-
You can use this package provided MaterialApp in runApp...
-
ThemeMaterialAppGetX for Get
-
ThemeMaterialAppProvider for Provider
-
ThemeMaterialAppGetX's Properties ->
-
ThemeMaterialAppGetX({super.key, this.title, this.routes, this.home, this.initialRoute, this.theme, this.darkTheme, this.debugShowCheckedModeBanner})
-
ThemeMaterialAppProvider's Properties ->
-
ThemeMaterialAppProvider({super.key, required this.otherProviders, this.routes, this.home, this.initialRoute, this.theme, this.darkTheme, this.title, this.debugShowCheckedModeBanner})
^ Exclusive Feature for GetX User Only
- Now You can Use ThemeObserver Widget Instead of Obx() Widget
2.0.0 #
- New update:
- Now you can also use Provider package for Theme Management
- Now You can Choose Provider OR GetX Package For Theme Management
- Using Provider and GetX Theme Management Example available at Readme file
- I preferred that using this package with Shared Preference and Get is far better than Shared Preference and Provider because Code's Complexity...