flat_list 0.1.14 flat_list: ^0.1.14 copied to clipboard
FlatList widget for Flutter which has similar spec as in React Native's FlatList.
0.1.14 #
- fix: scrolls when list smaller than viewport by @brysem in https://github.com/hyochan/flat_list/pull/6
0.1.13 #
- bugfix: able to render item with footer.
0.1.12 #
- enh: add valued keys to list items.
0.1.11 #
- bugfix: generic typing error on [buildItem]
0.1.10 #
- feat: support
inverted
list and grid view by @hyochan in https://github.com/hyochan/flat_list/pull/4 - feat: expose [ScrollController] as controller #fcd9cea
0.1.9 #
- bugfix: render header only when size of list item is 1
0.1.8 #
- bugfix: do not show footer when rendering first item
0.1.7 #
- fix: show header and footer when the items has length 1
0.1.6 #
- fix: reorder the hierarchy by checking the item from the last instead of the first
0.1.5 #
- revert: 0.1.4
0.1.4 #
- bugfix: resolve
constraintError
inbuildItem
callback using [Expanded] widget
0.1.1 #
- enh: prevent
onEndReached
from firing whenloading
is true
0.1.0 #
- Early Preview
- Introduction in medium blog