nested_scroll_views 0.0.3
nested_scroll_views: ^0.0.3 copied to clipboard
Flutter nested scrolling views.
Nested Scrolling Views #
Flutter nested scrolling views.
![]() |
![]() |
![]() |
Usage #
Replace flutter's views with the following views and use them nested.
| View | Controller | Flutter |
|---|---|---|
| NestedPageView | NestedPageController | PageView |
| NestedTabBarView | TabController | TabBarView |
| NestedSingleChildScrollView | ScrollController | SingleChildScrollView |
Gotchas #
- Nested views always stay alive.
- NeverScrollableScrollPhysics invalid.
- Nested non-nested views with the same scroll direction will result in weird scrolling.
Thanks #
-
flutter:Flutter makes it easy and fast to build beautiful apps for mobile and beyond
-
union_tabs:A nested TabBarView overscroll unites outer TabBarView scroll event
-
primary_page_view:FLutter Nested Primary PageView


