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
The text was updated successfully, but these errors were encountered:
Widget crash on
final int end = (start + count).clamp(start, widget.candles.length);
withInvalid argument(s): 432
in _InteractiveChartState build function when i set the state with new candles data, cause start > widget.candles.lengthThe text was updated successfully, but these errors were encountered: