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

outdated

Flutter Package to build rotating widgets with customizable option to allow rotation across X Axis,Y Axis and 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

Example App #

Example gif

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
30
points
40
downloads

Publisher

unverified uploader

Weekly Downloads

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

License

MIT (license)

Dependencies

flutter

More

Packages that depend on rotating_widgets