auto_route_library
1523
Flutter route generator
extended_nested_scroll_view
592
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_ConstraintLayout
471
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.
flutter_scrollview_observer
394
A widget for observing data related to the child widgets being displayed in a ScrollView. Maintainer: @LinXunFeng
animated_tree_view
49
Animated TreeView based on AnimatedList allows building fully customizable Nodes that can be nested to infinite levels and children.
nested_scroll_views
7
Flutter nested scrolling views.