'Swipe to get message details in chat using flutter
How can we add a function where we can Swipe the particular message to get message details like time and date in chat using flutter language.
Solution 1:[1]
You can use Dismissible widget to wrap the widget :
https://api.flutter.dev/flutter/widgets/Dismissible-class.html
Dismissible allow you to ask confirmation or not.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Alaindeseine |
