-
-
Notifications
You must be signed in to change notification settings - Fork 647
Closed
Labels
Description
- For performances reasons and to be more in the Flutter spirit, transform all delegates to widgets.
- Let the animations be the entry point and not the drag action, so that we could animate programmatically the slidable widget.
- Improve the code of the Delegates by removing the
LayoutBuilderand by usingFractionallySizedBox.