floating_draggable_widget 2.0.0 floating_draggable_widget: ^2.0.0 copied to clipboard
A flutter package for floating draggable widget. By this package a developer can implement a widget which can be draggable inside the screen freely.
1.0.0 #
- initial release.
2.0.0 #
- Auto left-right align is resolved.
- Now user can disable or dispose the draggability of the floating widget widget.
- User now don't have to provide the initial position (dy and dx) of the floating widget. Now the widget will initially positioned on 20 to bottom and 20 to right initially if user don't want to give the initial position.
- Can take screen size.