-1

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

genpfault
  • 51,148
  • 11
  • 85
  • 139
Abdo Pr
  • 13
  • 1
  • 2

1 Answers1

0

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.

genpfault
  • 51,148
  • 11
  • 85
  • 139