rotatable 0.0.2
rotatable: ^0.0.2 copied to clipboard
A plugin that provides one finger rotation, floating widget with click bounce effect.
rotatable #
Rotatable
This widget has features like rotation with one finger, bounce on click and floatation with a finger. The package also contains gesture recognizer which supports Tap and Pan gestures and is not affected by other recognizers in UI arena.
Usage #
To use this plugin, add rotatable as a dependency in your pubspec.yaml.
Example #
To use one finger rotation feature
Rotatable(widget);
To creating floating widget with finger movement
BouncingAvatar(widget);