nank1ro / solidart

Signals in Dart and Flutter, inspired by SolidJS
https://docs.page/nank1ro/solidart
MIT License
155 stars 5 forks source link

It seem not responding change in list #62

Closed red-co closed 1 year ago

red-co commented 1 year ago

value[0]++, the list value has Change, but not update state.

final newValue= [...value] neeValue[n]=value[n]++, It will work,