Ankit Thummar

Results 4 issues of Ankit Thummar

### Package Version 9.9.0 ### Flutter Version 3.32.0 ### Platforms iOS ### How to reproduce? it’s often hard to scroll smoothly. ### Logs (optional) ```sh ``` ### Example code (optional)...

bug

Hi 👋, First of all, thank you for the great work on the video_trimmer package — it’s a very useful tool for video editing in Flutter! I’d like to suggest...

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