SwipeTo icon indicating copy to clipboard operation
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.

Results 8 SwipeTo issues
Sort by recently updated
recently updated
newest added

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 ![a2](https://user-images.githubusercontent.com/58250068/168207361-f0bc5998-5d7e-4edd-a172-0aa0d9c81b2e.png) [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

bug

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...