v0.0.12nested_scroll_views
Flutter 嵌套滾動視圖。
53喜歡 952近 30 天下載140Pub 分數
AndroidiOSWebmacOSWindowsLinux
Flutter 嵌套滾動視圖。
{"sdk":"flutter"}{"sdk":"flutter"}^3.0.1以下為英文專案原文快照,最新內容請造訪 GitHub。
Flutter nested scrolling views.
| NestedTabBarView.gif | NestedPageView.gif | NestedSingleChildScrollView.gif |
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 |
wantKeepAlive to false, which may lead to loss of gesture events because the page is destroyed.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