auto_route_library
1656
Flutter route generator
extended_nested_scroll_view
618
extended nested scroll view to fix following issues. 1.pinned sliver header issue 2.inner scrollables in tabview sync issue 3.pull to refresh is not work. 4.do without ScrollController in NestedScrollView's body
flutter_scrollview_observer
502
A widget for observing data related to the child widgets being displayed in a ScrollView. Maintainer: @LinXunFeng
Flutter_ConstraintLayout
499
A super powerful Stack, build flexible layouts with constraints. Similar to ConstraintLayout for Android and AutoLayout for iOS. But the code implementation is much more efficient, it has O(n) layout time complexity and no linear equation solving is required.
animated_tree_view
77
Animated TreeView based on AnimatedList allows building fully customizable Nodes that can be nested to infinite levels and children.
nested_scroll_views
12
Flutter nested scrolling views.