rotating_widgets 1.1.0 copy "rotating_widgets: ^1.1.0" to clipboard
rotating_widgets: ^1.1.0 copied to clipboard

outdated

Flutter Package to build rotating widgets with customizable option to allow rotation across X Axis and Y Axis along with a possibility to change the angle(radian) by which rotation occurs

rotating_widgets #

Platform

A simple widget which allows widgets to be turned into rotate-able widgets

Note: This widget doesn't allow automatic rotation as of yet

X Y Active Y active X active

Custom Usage #

There are several options that allow for more control:

Properties Type Description
child Widget This is the widget which needs to be made rotate-able
rotateX boolean true if widget is allowed to rotate along X-Axis
rotateY boolean true if widget is allowed to rotate along Y-Axis
rotateZ boolean true if widget is allowed to rotate along Z-Axis. Note: This allows circular rotation on 2D plane
angleRadian double Specify the angle by which rotation is calculated


16
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Flutter Package to build rotating widgets with customizable option to allow rotation across X Axis and Y Axis along with a possibility to change the angle(radian) by which rotation occurs

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on rotating_widgets