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

Highly customizable Flutter Package to allow user to convert any widget into a 3D rotate-able widget

rotating_widgets #

Platform pub

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

Example App #

Example gif



Screenshots #

X Active Y active Z active XY Auto-Rotate

Custom Usage #

There are several options that allow for more control:

Properties Type Description Default Value Required
child Widget This is the widget which needs to be made rotate-able null true
rotateX boolean true if widget is allowed to rotate along X-Axis true false
rotateY boolean true if widget is allowed to rotate along Y-Axis true false
rotateZ boolean true if widget is allowed to rotate along Z-Axis. Note: This allows circular rotation on 2D plane false false
angleRadianX double The angle by which widget turns across X-Axis, per unit Offset along that axis and if autoplay is false, or per unit duration is autoplay is true 0.01 false
angleRadianY double The angle by which widget turns across X-Axis, per unit Offset along that axis and if autoplay is false, or per unit duration is autoplay is true 0.01 false
angleRadianZ double The angle by which widget turns across X-Axis, per unit Offset along that axis and if autoplay is false, or per unit duration is autoplay is true 0.01 false
autoplay boolean Checks whether widget should rotate automatically or not false false
duration Duration The duration between which said child rotates around individual axis by said angle Duration(seconds: 1) false


This package can convert any widget into a rotate-able widget including scaffold

16
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Highly customizable Flutter Package to allow user to convert any widget into a 3D rotate-able widget

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on rotating_widgets