Good day! I wanted to implement navigation in my app with flow_builder package. I have bottom navigation bar with several tabs in it and inside each of the tab's route I have several nested routes. I have made a small example application and I have a problem with tab transitions, namely if you navigate to a route within a tab and try to change tab again the navigation stack changes very strangely. Am I using this package properly and is it even possible to implement such navigation with it? My sample app
[Edit] I have nested FlowBuilder() inside each tab and now everything seems to work fine. However, I am not sure whether it is appropriate solution.