如何在颤振中单击 3d 对象时添加事件

How to add event when 3d object clicked in flutter

我想要一个包来显示 3D 对象,并在按下对象时应用一个函数。

我使用了 flutter_cube 包,但它没有事件

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.