0

How to achieve this in Flutter? Any help would be appreciated, thanks!

Tinderbar

tsomone
  • 45
  • 12
  • 1
    Use the PageView widget https://www.youtube.com/watch?v=J1gE9xvph-A – MSpeed Feb 26 '20 at 08:37
  • @MSpeed Thank you for your answer, I tried PageView and i almost did it by changing viewportFraction, but it's look little bit different in different screen sizes. I was wondering, How do i align the first item (which is profile icon) into beginning of the screen, and last item (which is chat icon) into end of the screen properly? Maybe i should calculate the viewportFraction based on the screen width, but i don't know how :)) – tsomone Feb 27 '20 at 01:41
  • 1
    @MSpeed finally i did it, thank you! – tsomone Feb 28 '20 at 13:47

1 Answers1

0

There is a package that you can use - https://pub.dev/packages/flutter_tindercard

Source code for your reference - https://github.com/ShaunRain/flutter_tindercard

Karthik
  • 2,282
  • 2
  • 22
  • 23