DenisBogatirov / circle_wheel_scroll

Circle wheel scroll view for flutter
BSD 3-Clause "New" or "Revised" License
35 stars 46 forks source link

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

Open JabalnurIT opened 8 months ago

JabalnurIT commented 8 months ago

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.

gitfranciszek commented 6 months ago

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

BarinderSingh04 commented 2 weeks ago

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