flutter_list_view 1.0.9 copy "flutter_list_view: ^1.0.9" to clipboard
flutter_list_view: ^1.0.9 copied to clipboard

outdated

Provide enhanced list view include jump index, keep position etc.

0.1.0 #

  • Provide keep position feature
  • provide show top in reverse mode
  • Reuse list item element to save performance

0.1.1 #

  • Provide jumpToIndex

1.0.0 #

  • Provide anmiteToIndex
  • Integrate pull_to_refresh

1.0.2 #

  • Add initIndex,initOffset and initOffsetBasedOnBottom
  • Add Element Positions Callback

1.0.3 #

  • Correct the items did not response the gesture event

1.0.4 #

  • Correct sticky header may not response the gesture event

1.0.5 #

  • Fix the exception when change size of child

1.0.7 #

  • Fix drag down item will be clip if the items can't fill full screen.

1.0.8 #

  • When reuse exist element, the same key will be priority reused it. avoid update one item twice in very short time.

1.0.9 #

  • Resolve performance issue when without onItemHeight and onItemKey and child count more than 1M

TODO #

  • Add horizontal scroll support
  • Add permanent item which will not to be reused and keep in FlutterListView util FlutterListView disposed
  • Add creating items when flutter list view created
  • Add Flutter Key to reference items' element
91
likes
0
pub points
93%
popularity

Publisher

unverified uploader

Provide enhanced list view include jump index, keep position etc.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_list_view