material_you_dynamic_theme 0.0.7 material_you_dynamic_theme: ^0.0.7 copied to clipboard
A Flutter package to dynamically change app theme based on phone wallpaper.
0.0.6 #
- Update material_color_utilities version constraint
0.0.6 #
- Update screenshots path to use raw.githubusercontent.com.
0.0.5 #
- Fixes static analysis issue: "An uninitialized field should have an explicit type annotation."
- Updated the minimum Flutter version to 3.24.5.
- Improved README.md with clearer instructions and updated screenshots.
0.0.4 #
- All of the package dependencies are supported in the latest version
- Adds
ChangeNotifier
class to include parameters to change theme using through the implementation ofChangeThemeSwitchWidget
&ChangeThemeChoiceListTileWidget
. - Adds
ChangeThemeChoiceListTileWidget
Widget to switching betweenLight
Dark
&System
Theme. - Adds
ChangeThemeSwitchWidget
Widget to switching betweenLight
&Dark
Theme. - Fixes INFO:
useInheritedMediaQuery
is deprecated and shouldn't be used. Remove this parameter as it is now ignored. MaterialApp never introduces its ownMediaQuery;
the View widget takes care of that. This feature was deprecated after v3.7.0-29.0.pre.
0.0.3 #
- All of the package dependencies are supported in the latest version.
0.0.2 #
- Fixes INFO:
renderView
is deprecated and shouldn't be used. Consider usingRendererBinding.renderViews
instead as the binding may manage multiple RenderViews. This feature was deprecated after v3.10.0-12.0.pre. - All of the package dependencies are supported in the latest version.