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
635 stars 288 forks source link

[Help] how can i make the rows update automatically when a provider value changes #1079

Open Hanibachi opened 3 days ago

Hanibachi commented 3 days ago

i use riverpod. i m trying to display a list of custom objects, this list is stored in a provider and everytime the list changes i want the rows to reflect that change or simply rebuild the whole widget. this is not triggered by a button press or anything, just based on the provider value, i cannot get this to work no matter what. do i just need to find another datatable package ?