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

outdated

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

Flutter List View #

I don't like official list view. There are some features don't provide and jumpTo performance is not good. I rewrite the list supported these features in [Features] sections

Features #

  1. Support jump to index Jump to index is not support in listview. But it is useful function
  2. Support keep position If some data insert before other items, It will scroll down. Some chat software may want to keep the position not scroll down when new message coming.
  3. Support show top in reverse mode if the data can't fill full viewport.
  4. Performance When listview jump to somewhere, The items which layout before the position will always loaded. It is not realy lazy loading.

Screen #

85
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