IbrahimEltayfe
Results
2
comments of
IbrahimEltayfe
@abigotado Nice, your solution worked fine like this: ``` Offset adjustPosition(BuildContext context, Offset position){ final RenderBox? renderObject = context.findRenderObject() as RenderBox?; return renderObject?.globalToLocal( Offset( position.dx, position.dy, ), ) ?? position;...
unfortunately this library is retired now and the pre-built binaries have now been removed as previously announced. I have written an article that provides a detailed guide on how to...