I have a very simple Flutter app with a TabBarView with two views (Tab 1 and Tab 2), one of them (Tab 1) has
To be more specific, you can use PageStorageKey with any scrollable view to keep the scrolling position, e.g.:
new ListView.builder(key: new PageStorageKey('myListView'), ...)