I want a package to display a 3D object with the event of pressing the object, where it applies a function when the user clicks on the object.
I used the flutter_cube package but it doesn't have events
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.