flat_list 0.1.6
flat_list: ^0.1.6 copied to clipboard
FlatList widget for Flutter which has similar spec as in React Native's FlatList.
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