marcglasberg / matrix4_transform

Flutter package: Helper math class for easily creating Matrix4 transformations, that you can use in Container's transform parameter and elsewhere.
Other
58 stars 5 forks source link

Migrate to extensions? #4

Open lukepighetti opened 4 years ago

lukepighetti commented 4 years ago

Any chance you'll migrate to extensions?

marcglasberg commented 4 years ago

Could you please elaborate? Show me how you'd like to use it.

lukepighetti commented 4 years ago

If Flutter can add a default constructor for Matrix4() I believe your entire library can be an extension on Matrix4 type