Recreating Pinterest UI Flutter

693

The same animation already implemented with other naive solutions. The code logic is very similar. I suggest that you can take a look at it first and then implement it on Flutter.

eg. https://github.com/brucetoo/PinterestView

Share:
693
Aethiop
Author by

Aethiop

Updated on December 17, 2022

Comments

  • Aethiop
    Aethiop over 1 year

    How do I implement the long press peek and select an item with animation do with flutter I tried using onLongPressStart to track the long press and now how do I animate the icons popping up and hiding them when finger is released select them when hovering above them.Hover Image

    And also how do make the Pinterest bottom navigation Bottom Navigation