twofingerswipeissue

Open issue

flutter/flutter#84158 (comment)

Steps to reproduce

  • Create a TabBar with two Tabs and TabBarViews
  • Create on any of the TabBarViews a horizontal scrollable list
  • Scroll with two fingers horizontally over the lists

Result

  • TabBarView gets scrolled if scrollable list reaches the end
  • NotificationListener does not prevent bubbling events up via two finger scroll

Expected behaviour

  • TabBarView does not scroll if child list reaches scroll end
  • Maybe a option to catch there events and prevent from bubbling up