I want to use a Rive to make animated icons in NavigationBar. I have a NavigationBar widget in StatefulWidget. When I call setState, destinations (in NavigationBar) is redrawn and the Rive animation is interrupted and flickers. How to use a Rive with NavigationBar?
I tried move Rive.asset to other widget. Its not working, stateful always do initState when parent widget call serState.