We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
first of all, great flutter package! :) Is it possible to add multiple MatrixGestureDetector widgets inside the same view? For example as Positioned inside a Stack and let every widget handle its own gestures (move, pinch to zoom, rotate, ...) Something like this: https://stackoverflow.com/questions/60803481/move-zoom-and-resize-positioned-widget-inside-stack-widget-in-flutter
Can you please provide an example?
The text was updated successfully, but these errors were encountered:
Try this: https://stackoverflow.com/questions/60803481/move-zoom-and-resize-positioned-widget-inside-stack-widget-in-flutter/63042850#63042850
Answered there.
Sorry, something went wrong.
Don´t set a background color for your widgets. If you do this, the hitbox is bigger than it should
But how can we rotate, scale and move these 3 containers on screen?
No branches or pull requests
Hi,
first of all, great flutter package! :)
Is it possible to add multiple MatrixGestureDetector widgets inside the same view? For example as Positioned inside a Stack and let every widget handle its own gestures (move, pinch to zoom, rotate, ...)
Something like this: https://stackoverflow.com/questions/60803481/move-zoom-and-resize-positioned-widget-inside-stack-widget-in-flutter
Can you please provide an example?
The text was updated successfully, but these errors were encountered: