Codelessly / ResponsiveFramework

Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple. Demo: https://gallery.codelessly.com/flutterwebsites/minimal/
https://codelessly.com
MIT License
1.26k stars 150 forks source link

Get Render Object Position/Offset is not Match with UI #104

Closed irufano closed 1 year ago

irufano commented 2 years ago

Step to reproduce:

Actual Result:

the draw paint not match with the current UI/widget,

Screen Shot 2022-05-25 at 18 40 42

Expected Result:

the draw paint should match with the current UI/widget,

egonbeermat commented 1 year ago

Having the same issue as above, the position returned is in the original co-ordinate system, not the scaled co-ordinates. Are there any known workarounds or methods to translate?