Matrix4 transformation as per screen size in flutter

Viewed 237

I am using matrix4 for move, change scale and rotate widgets, it is working perfectly, But the problem is, when I share the matrix4 value to another device the position and scale of widgets changes as per screen size, I want to keep the position for all screen sizes, how to convert matrix4 as per screen size?

Thanks in advance!

0 Answers
Related