How to achieve this in Flutter? Any help would be appreciated, thanks!
Asked
Active
Viewed 274 times
0
-
1Use 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 Answers
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
-
Thank you, but actually, the answer is not related my question, sorry! – tsomone Feb 27 '20 at 01:43