Home > Software design >  Automatic swipe items (cards) in Flutter
Automatic swipe items (cards) in Flutter

Time:09-29

I want to make something like in this picture

swipeable items

or this

2nd gid

but I want to make it swipe automatically using Flutter

I don't know if there's a widget that can help me or any package that implement it.

CodePudding user response:

You can check the image

  • Related