Flutter: Long Press on picture to get zoomed preview like Instagram

后端 未结 2 1700
忘掉有多难
忘掉有多难 2021-01-16 11:48

so I am currently having a grid of pictures and I want to implement a feature from instagram: If you longPress on one of the pictures, you get a a larger version of that pic

2条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-16 12:44

    You could use Peek and Pop https://pub.dev/packages/peek_and_pop

    Is an implementation for Flutter based on the iOS functionality of the same name.

提交回复
热议问题