snap_floater 0.2.0
snap_floater: ^0.2.0 copied to clipboard
A draggable floating button for Flutter that snaps to predefined screen positions. Controlled programmatically from anywhere in the widget tree via `SnapFloaterScope.of(context)`.
0.2.0 #
- Add
FloaterDragModeenum withlongPressandpanmodes.
0.1.9 #
- Make
childis nullable.
0.1.8 #
- Add border on base SnapFloater button.
- Add IgnorePointer to avoid clicks when the button is not visible.
- Add pavluke_lints.
0.1.0 #
- initial release.