Home > Software engineering >  Creating a 3D Container in flutter
Creating a 3D Container in flutter

Time:12-05

How can I create a container like this :

enter image description here

I also want to rotate on the x and y-axis. I need to make all the sides visible while rendering it.

CodePudding user response:

If you have a 3-D model object, you can use this package in your Flutter app:

https://pub.dev/packages/flutter_3d_obj

CodePudding user response:

I will need it in the next days. If there is a good alternative method, we are waiting for your answers. thanks..

  • Related