Firstly, a huge thank you for this incredible package!
In my application, I have a list of products. I aim for users to validate a product by swiping from left to right, or be able to edit/delete it by swiping from right to left.
However, I'm encountering difficulty implementing just the DismissiblePane for the validation functionality. It seems ActionPane requires children, and therefore, the motion from the user is not smooth to validate the product. When a user swipes, they're initially obstructed by the ActionPaneAction, and only then can they dismiss the tile.
Do you know if it's possible to exclusively employ a DismissiblePane within an ActionPane?
Thank you!
Hi, thank you for opening an issue. Can you provide a code to reproduce this issue I could simply copy-paste to run it and a video showing what's going on and what you would want instead?
Hello,
Firstly, a huge thank you for this incredible package!
In my application, I have a list of products. I aim for users to validate a product by swiping from left to right, or be able to edit/delete it by swiping from right to left.
However, I'm encountering difficulty implementing just the DismissiblePane for the validation functionality. It seems ActionPane requires children, and therefore, the motion from the user is not smooth to validate the product. When a user swipes, they're initially obstructed by the ActionPaneAction, and only then can they dismiss the tile.
Do you know if it's possible to exclusively employ a DismissiblePane within an ActionPane? Thank you!
Here is my minimal code :