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
Widget crash on final int end = (start + count).clamp(start, widget.candles.length); with Invalid argument(s): 432 in _InteractiveChartState build function when i set the state with new candles data, cause start > widget.candles.length
Widget crash on
final int end = (start + count).clamp(start, widget.candles.length);withInvalid argument(s): 432in _InteractiveChartState build function when i set the state with new candles data, cause start > widget.candles.length