waterfall_flow 3.1.0 waterfall_flow: ^3.1.0 copied to clipboard
A Flutter grid view that build waterfall flow layout quickly.
3.1.0 #
- Changed IndexedWidgetBuilder to NullableIndexedWidgetBuilder (#42)
3.0.3 #
- fix closeToTrailing hittest issue. #38
3.0.2 #
- fix order is not right when network is not good.
3.0.1 #
- add clipBehavior
3.0.0 #
- support null-safety
2.0.5 #
- getter 'minTrailingIndex' was called on null(#18)
2.0.4 #
- keep the trailingChildren around when run out of children before reaching the scroll offset(#14)
2.0.3 #
- fix closeToTrailing issue. extended_list#6
2.0.2 #
- fix wrong layout when child's size is changed.
2.0.1 #
- fix wrong layout when itemCount is changed.(#6)
2.0.0 #
- breaking change: fix typo(fullCrossAxisExtend => fullCrossAxisExtent)
- breaking change: SliverWaterfallFlowDelegate is replace with SliverWaterfallFlowDelegateWithFixedCrossAxisCount and SliverWaterfallFlowDelegateWithMaxCrossAxisExtent.
- support WaterfallFlow.count, WaterfallFlow.extend,SliverWaterfallFlow.count,SliverWaterfallFlow.extend.
1.0.1 #
- add miss dragStartBehavior.
1.0.0 #
- fix sdk error.
- support ScrollViewKeyboardDismissBehavior(breaking change 1.17.0)
0.1.5 #
- fix sdk error.
0.1.4 #
- fix leading items are missing when pull to refresh.
- fix analysis_options
0.1.3 #
- web support.
0.1.2 #
- update demo.