google / vector_math.dart

A vector math package for 2D and 3D applications
https://pub.dev/packages/vector_math
Other
310 stars 78 forks source link

Improve AOT code generation #320

Open johnmccutchan opened 5 months ago

johnmccutchan commented 5 months ago

See https://github.com/dart-lang/sdk/issues/55542

I would recommend that package:vector_math plasters @pragma('vm:prefer-inline') all over its APIs as a workaround.