pskink / matrix_gesture_detector

A gesture detector mapping translation/rotation/scale gestures to a Matrix4 object.
Other
134 stars 101 forks source link

Does this even work for rotation? #17

Open pedromassango opened 4 years ago

pedromassango commented 4 years ago

I'm trying to use the rotation property but seems like it is broken, it is never getting updated

dmvvilela commented 4 years ago

You may be doing something wrong.. Here works great!

Try this code: https://stackoverflow.com/questions/60803481/move-zoom-and-resize-positioned-widget-inside-stack-widget-in-flutter/63042850#63042850