You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for the package. I want to use this in a dice rolling application. There is a constant up and down animation in Cubixd, I wasn't sure how to turn it off. Also, what is your suggestion for giving a dice roll effect to the existing cube? Actually, I want to make an application similar to the one here.
The AnimatedCubixD widget is actually the CubixD widget wrapped within a AnimatedBuilder, so the cube without animation is actually the CubixD widget
To make a dice roll, with this package, you could use the CubixD widget and wrap it into an AnimatedBuilder, that way you can modify the size (size parameter), and horizontal and vertical positions (delta parameter)
Modifying the size to be smaller will be helpful for you to give the feeling that the cube is falling
Hello,
First of all, thank you for the package. I want to use this in a dice rolling application. There is a constant up and down animation in Cubixd, I wasn't sure how to turn it off. Also, what is your suggestion for giving a dice roll effect to the existing cube? Actually, I want to make an application similar to the one here.
https://z.flutter.gallery/examples/#/dice
The text was updated successfully, but these errors were encountered: