animated_theme_switcher
animated_theme_switcher copied to clipboard
Flutter animated theme switcher
I have a simple code where I animate a container ``` @override Widget build(BuildContext context) { return ThemeSwitchingArea( child: Scaffold( body: Center( child: Column( mainAxisAlignment: MainAxisAlignment.center, crossAxisAlignment: CrossAxisAlignment.center, children: [...
First of all I like your theme switcher widget, but I got a question maybe you could point me in the right direction. The Material App has 2 attributes theme...
Hi, I updated the package to change theme mode, and change light and dark theme. The readme MUST be changed, since I changed it to fit my forked repo. Breaking...