motion_widget icon indicating copy to clipboard operation
motion_widget copied to clipboard

Unable to update child of MotionElement with provider

Open C4s4r opened this issue 4 years ago • 0 comments
trafficstars

The children of my MotionElements are widgets that rely on a provider for theming. I'm trying to use the Motion<Column> for my onboarding, in which you can also pick a theme that is updated live.

Everything is changing properly despite the children that are wrapped in the MotionElement class, when notifyListeners() is called. Even setState() doesn't help with this.

Is this intended and is there a way to fix this behaviour?

C4s4r avatar Jun 29 '21 17:06 C4s4r