Smueez / floating_animated_widget

a flutter package for floating widget
Other
17 stars 10 forks source link

Add FloatingDraggableAlign, Fix onDragging not call true #11

Closed mhmmdadipur closed 5 days ago

mhmmdadipur commented 4 months ago

Hello, I'm a beginner at flutter developer, I think I found one thing that doesn't work, namely "onDragging" doesn't return true when the widget is dragged. and I needed one thing namely align onlyLeft/onlyRight/both when "autoAlign = true" so I added that function. For more details, you can check the attached file. Thank You

custom_floating_draggable_widget.zip

Smueez commented 5 days ago

Thank you for this feedback. The issue has been fixed. And the new feature that has been mentioned here is added in the new version. Happy coding <3