kherel / animated_theme_switcher

Flutter animated theme switcher
https://pub.dev/packages/animated_theme_switcher
MIT License
278 stars 28 forks source link

Animation not smooth in case of complex widget tree. #31

Closed omerasif57 closed 2 years ago

omerasif57 commented 3 years ago

In my case, When the widget tree is complex the animation stutters. If I remove complex widgets, animation works smoothly.

I might need to restructure the app correctly. But wondering if anyone else has also experienced this?

Any advise would be appreciated.

didiosn commented 3 years ago

Me too. Any Fix please ? I can't restructure better

omerasif57 commented 3 years ago

Eventually, I went without animation.

baiama commented 2 years ago

You need to put ThemeSwitchingArea on the top level of widget tree.