Flutter TabView only refreshes on Tab, but not on Swipe
I'm trying to improve my app with the following challenge : I want to populate my Tab View with initially empty TabPages(Widgets) and do the complex stuff (e.g. like database actions) in the TabViews when the Tab is clicked or…