nested_scroll_views

Creator: coderz1093

Last updated:

Add to Cart

Description:

nested scroll views

Nested Scrolling Views #
Flutter nested scrolling views.









Usage #
Replace flutter's views with the following views and use them nested.



Flutter
Nested




PageView
NestedPageView


TabBarView
NestedTabBarView


ListView
NestedListView


GridView
NestedGridView


CustomScrollView
NestedCustomScrollView


SingleChildScrollView
NestedSingleChildScrollView



Attention #

Nested non-nested views with the same scroll direction will result in weird scrolling.
Nested views are kept alive by default, you can set wantKeepAlive to false, which may lead to loss of gesture events because the page is destroyed.

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.