Closed RomanJos closed 4 years ago
Hey can you add a screenshot here?
(Edited) NVM.
@RomanJos This is a good PR! I'm going to close this only because I believe the solution presented in #109 is a cleaner way to integrate a feature such as this, especially since the use case can vary vastly from user-to-user.
See #109 Here is my attempt to make it working without calling setState at each move, the panel is now inside a Column with the new widget.
Please note that I'm a beginner at Dart/Flutter so I didn't make a final solution, as you can see at line 311 I created a Column and did panel +
attachedWidgets
, so if the user don't set it, it would throw an error, and if the panel hasslideDirection: SlideDirection.UP
,attachedWidgets
needs to be at the end of the list but I don't know how to do that :(Also I formatted using the default flutter format