You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initialize a SfLinearGauge with a range or value that triggers the issue.
Run the app and allow the gauge to render.
Observe the ArgumentError in the console.
Note: The error does not always occur, but it appears frequently under certain conditions, suggesting an unstable behavior.
On which target platforms have you observed this bug?
iOS
Flutter Doctor output
Stack trace on Sentry.io
linear_gauge_range_renderer.dart inRenderLinearRange._getRangeOffsets at line 351 within syncfusion_flutter_gauges
InApp
linear_gauge_range_renderer.dart inRenderLinearRange.paint at line 460 within syncfusion_flutter_gauges
InApp
object.dart inRenderObject._paintWithContext at line 3268 within flutter
object.dart inPaintingContext.paintChild at line 251 within flutter
box.dart inRenderBoxContainerDefaultsMixin.defaultPaint at line 3159 within flutter
linear_gauge_render_widget.dart inRenderLinearGauge.paint.<fn> at line 1067 within syncfusion_flutter_gauges
InApp
object.dart inPaintingContext.pushLayer at line 487 within flutter
object.dart inPaintingContext.pushClipRect at line 547 within flutter
linear_gauge_render_widget.dart inRenderLinearGauge.paint at line 1064 within syncfusion_flutter_gauges
InApp
object.dart inRenderObject._paintWithContext at line 3268 within flutter
object.dart inPaintingContext.paintChild at line 251 within flutter
box.dart inRenderBoxContainerDefaultsMixin.defaultPaint at line 3159 within flutter
flex.dart inRenderFlex.paint at line 1096 within flutter
object.dart inRenderObject._paintWithContext at line 3268 within flutter
object.dart inPaintingContext.paintChild at line 251 within flutter
box.dart inRenderBoxContainerDefaultsMixin.defaultPaint at line 3159 within flutter
stack.dart inRenderStack.paintStack at line 654 within flutter
stack.dart inRenderStack.paint at line 670 within flutter
object.dart inRenderObject._paintWithContext at line 3268 within flutter
object.dart inPaintingContext.paintChild at line 251 within flutter
basic.dart in_RenderColoredBox.paint at line 7819 within flutter
object.dart inRenderObject._paintWithContext at line 3268 within flutter
object.dart inPaintingContext.paintChild at line 251 within flutter
proxy_box.dart inRenderProxyBoxMixin.paint at line 136 within flutter
object.dart inRenderObject._paintWithContext at line 3268 within flutter
object.dart inPaintingContext.paintChild at line 251 within flutter
shifted_box.dart inRenderShiftedBox.paint at line 76 within flutter
object.dart inRenderObject._paintWithContext at line 3268 within flutter
object.dart inPaintingContext.paintChild at line 251 within flutter
box.dart inRenderBoxContainerDefaultsMixin.defaultPaint at line 3159 within flutter
stack.dart inRenderStack.paintStack at line 654 within flutter
stack.dart inRenderStack.paint at line 670 within flutter
object.dart inRenderObject._paintWithContext at line 3268 within flutter
object.dart inPaintingContext.paintChild at line 251 within flutter
proxy_box.dart inRenderProxyBoxMixin.paint at line 136 within flutter
object.dart inRenderObject._paintWithContext at line 3268 within flutter
object.dart inPaintingContext.paintChild at line 251 within flutter
shifted_box.dart inRenderShiftedBox.paint at line 76 within flutter
object.dart inRenderObject._paintWithContext at line 3268 within flutter
object.dart inPaintingContext.paintChild at line 251 within flutter
box.dart inRenderBoxContainerDefaultsMixin.defaultPaint at line 3159 within flutter
stack.dart inRenderStack.paintStack at line 654 within flutter
stack.dart inRenderStack.paint at line 670 within flutter...
The text was updated successfully, but these errors were encountered:
Bug description
Error message
ArgumentError: Invalid argument(s): 98.50746268656715
Steps to reproduce
Note: The error does not always occur, but it appears frequently under certain conditions, suggesting an unstable behavior.
Code sample
Code sample
Screenshots or Video
Screenshots / Video demonstration
On which target platforms have you observed this bug?
iOS
Flutter Doctor output
Stack trace on Sentry.io
The text was updated successfully, but these errors were encountered: