circle_wheel_scroll icon indicating copy to clipboard operation
circle_wheel_scroll copied to clipboard

Build in Iphone 13 Simulator The method 'RenderCircleListViewport.getOffsetToReveal'

Open JabalnurIT opened this issue 1 year ago • 2 comments

Error (Xcode): ../../../.pub-cache/hosted/pub.dev/circle_wheel_scroll-0.0.3/lib/circle_wheel_render.dart:720:18: Error: The method 'RenderCircleListViewport.getOffsetToReveal' has fewer named arguments than those of overridden method 'RenderAbstractViewport.getOffsetToReveal'.

Could not build the application for the simulator. Error launching application on iPhone 13.

JabalnurIT avatar Jan 10 '24 14:01 JabalnurIT

hi, im experiencing the same issue. Have you found a way to work around it?

gitfranciszek avatar Feb 27 '24 12:02 gitfranciszek

In RevealedOffset getOffsetToReveal add params {Rect? rect, Axis? axis}.

BarinderSingh04 avatar Aug 27 '24 05:08 BarinderSingh04