Search code examples
flutterflutter-layoutflutter-animationdart-pub

How to display a 3D model in flutter?


I want to display a 3D model in my application (whose file format is .obj) on my page. The user can rotate this model, like iOS's SceneKit, but I don't have any idea for this. Can anyone help me with how to handle 3D objects in flutter?


Solution

  • Can I build 3D (OpenGL) apps with Flutter?

    Today we don’t support for 3D via OpenGL ES or similar. We have long-term plans to expose an optimized 3D API, but right now we’re focused on 2D.

    https://flutter.io/docs/resources/faq#can-i-build-3d-opengl-apps-with-flutter