1

example

enter image description here

I want to create some applications with widget ListView. When you scrolling up, image at first index will be expanded, and if you scroll again, next image will be expanded again, and if you scrolling down, image will be collapsed again.

Is it possible to create this with flutter?

Richardd
  • 956
  • 14
  • 27
masnop
  • 11
  • 1
  • This is possible, but not with a `ListView`. Look into [`CustomScrollView`s](https://api.flutter.dev/flutter/widgets/CustomScrollView-class.html). – Christopher Moore Jul 08 '20 at 17:05
  • please look at this video from flutter team not exactly your need but its same. https://www.youtube.com/watch?v=dUhmWAz4C7Y&vl=en – Sajjad Jul 08 '20 at 19:01
  • Does this answer your question? [Make SliverAppBar have an image as a background instead of a color](https://stackoverflow.com/questions/58970477/make-sliverappbar-have-an-image-as-a-background-instead-of-a-color) –  Jul 09 '20 at 04:46
  • thanks for the answer, but what i hopefully needed is, if we scrolling up, image at first index will expand, and after image fade out, next image index is same, until last index, and if we scrolling down again, all image list will collapse back – masnop Jul 09 '20 at 15:56

0 Answers0