-1

Im looking for a flutter library that will allow me to place two cards on top of eachother and able to click on the one behind to bring it to the front and vice versa, such as the picture:

example

If there isn't a library, would you know how to make something similar within flutter? Any help would be appreciated.

Md. Yeasin Sheikh
  • 54,221
  • 7
  • 29
  • 56

1 Answers1

0

I don't know a library, I think that with a ListView you could achieve it, this post can help you.

Creating A ListView With Stacked List Items in Flutter

here another example:

Nagash
  • 38
  • 5