theme_change 2.0.5 copy "theme_change: ^2.0.5" to clipboard
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...
14
likes
140
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

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 package designed to effortlessly handle theme changes and persist them across sessions. Leveraging the power of SharedPreferences for permanent storage and GetX OR Provider for state management, theme_change provides an elegant solution for dynamic and persistent theming in your applications.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, get, provider, shared_preferences

More

Packages that depend on theme_change