bosskmk / pluto_grid

PlutoGrid is a dataGrid for flutter that can be controlled by the keyboard on desktop and web. Of course, it works well on Android and IOS.
https://pluto.weblaze.dev
MIT License
664 stars 305 forks source link

[Bug] Error: Unsupported operation: addAll #896

Closed jeffrey-flo closed 1 year ago

jeffrey-flo commented 1 year ago

Steps to reproduce the bug

Expected results

Actual results

Error: Unsupported operation: addAll
../dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/errors.dart 294:49       throw_
../dart-sdk/lib/_internal/js_dev_runtime/private/js_array.dart 77:7                   checkGrowable]
../dart-sdk/lib/_internal/js_dev_runtime/private/js_array.dart 195:5                  addAll]
../packages/pluto_grid/src/helper/filtered_list.dart 186:11                           addAll

Code sample

statemanager.refRows.addAll(value);

Execution Environment

Flutter version Flutter version is 3.13 beta

PlutoGrid version PlutoGrid version is 7.0.2

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 1 year ago

This issue was closed because it has been inactive for 14 days since being marked as stale.