SwipeTo
SwipeTo copied to clipboard
SwipeTo is a wrapper for a chat view widget which can be used initiate callback when user horizontally swipe on it.
Just like whatapp, i need to tap on a replied message to navigate to the message i replied to in the list. But the Swipe To widget does not make...
[log] Left Swipe Not Provided  [log] Right Swipe Not Provided
Please resolved this issue , this is issue occur when widget update value swipe listen null to listen please add didUpdateWidget method , in swipe_to.dart class
Is it possible on this package to have a smooth animation like in all known message applications? https://github.com/user-attachments/assets/7962199d-c84d-436d-8084-375898866902 — Screen from Telegram (The widget follows the user's finger)
Fixed the issue of https://github.com/Purvik/SwipeTo/issues/28 ✅ Why This Works • RawGestureDetector gives us fine-grained control over gesture recognition. • It avoids blocking vertical scrolls while still detecting deliberate horizontal drags....
I’m using the swipe_to: ^1.0.6 package and noticed an issue when displaying multiple SwipeTo widgets (e.g., 100 messages in a list). After a onLeftSwipe or onRightSwipe animation is triggered, vertical...