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
My two lists are initialized with 2 itens.
I move all from the first list to second one.
Then, I try to add an item of the second list to the first list.
Throws the exception: RangeError (index): Invalid value: Valid value range is empty: 1
Edit: I've made a small overloading on constructor of BoardView to support a custom width instead the default value.
I just updated the version to 0.0.5 so upgrade it and it should fix the error. In this version I changed the header parameter in BoardList to a List instead of a Widget so you can just wrap it in an array.
My two lists are initialized with 2 itens.
I move all from the first list to second one.
Then, I try to add an item of the second list to the first list.
Throws the exception:
RangeError (index): Invalid value: Valid value range is empty: 1
Edit: I've made a small overloading on constructor of BoardView to support a custom width instead the default value.
My full code:
Gif attached:
The text was updated successfully, but these errors were encountered: