TimBaumgart
TimBaumgart
elastigui
Any updates on this? I was trying to find a workaround by disabling autoscaling for some widgets where I use ReorderableListView, but could not get it to work. Does anyone...
I found a solution that is working for me. I am calculating a transform-matrix, which depends on the current pointer location, and apply it to the proxy decorator. Here is...
I am having the same issue. To overcome it, I simply wrapped the ListTiles I want to screenshot in a Widget, that builds a custom ListTile without all the special...
I am just seeing, that there is a prefix option just for web apps. My first problem is, that this option is not documented and difficult to work with. The...
Hi @vraj129 maxHeightDiskCache and maxWidthDiskCache seems to not have any effect on the issue. The actual "solution" for me was to disable impeller for iOS. See this issue for reference:...
> For anyone facing this issue, consider trying `v10.0.0-beta.0`. In this new version, FMLM has dropped the `flutter_compass` dependency and now uses `flutter_rotation_sensor`. > > The `flutter_rotation_sensor` offers two great...