animated_theme_switcher icon indicating copy to clipboard operation
animated_theme_switcher copied to clipboard

Flutter animated theme switcher

Results 15 animated_theme_switcher issues
Sort by recently updated
recently updated
newest added

i got an issue when toggling the theme mode ``` E/flutter (28682): #17 GestureBinding.handlePointerEvent package:flutter/…/gestures/binding.dart:338 E/flutter (28682): #18 GestureBinding._flushPointerEventQueue package:flutter/…/gestures/binding.dart:296 E/flutter (28682): #19 GestureBinding._handlePointerDataPacket package:flutter/…/gestures/binding.dart:279 E/flutter (28682): #20 _rootRunUnary (dart:async/zone.dart:1442:13)...

I am not sure of the cause of this, but the default example app that is provided with the library does not preserve state on hot reload. In this case,...

There is a Flash of white color when I Change the theme for the first time after the app starts

When RangeSlider is used under ThemeSwitchingArea It Doesn't Work or is very very laggy and updates range after 3 or 4seconds

Add useful switcher() and withTheme() factory constructors to ThemeSwitcher. - switcher() adds switcher (ThemeSwitcherState) argument to builder: ``` ThemeSwitcher.switcher( builder: (context, switcher) { ... onTap: () => switcher.changeTheme( theme: newTheme,...

Hi there, thanks for this awesome package , i've check the example on the android not working like your gif example because the _saveScreenshot function take a screenshot just for...

Hello ! Thank you for the awesome package. but one little thing is not working for me. On a clean Flutter project I am passing a `ThemeData` to the `initTheme`...

Hello ! First of all, great widget. I'm using it all the time, love the little trick of taking the screenshot and removing it with an animation. It's simple and...

On the other hand, if I request the desktop mode on the mobile browser it works perfectly. Is there a workaround to force the desktop mode on mobile?