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
636 stars 290 forks source link

[Help] PlutoGrid via bloc pattern? #1004

Closed IntCleastwood closed 2 months ago

IntCleastwood commented 6 months ago

I wonder if its possibe to control the PlutoGrid using a bloc pattern where all is about re-rendering widgets when its underlying state changes ... its very hard to find an entry point for manipulating stuff, since for Example a PlutoRow isn't a widget which can be rendered on change ... instead, PlutoGrid comes with its own state manager ... any idea where to hook in or if its even possible? Any resources to this?

Thanks a lot!

codakkk commented 5 months ago

Up?

github-actions[bot] commented 4 months ago

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

IntCleastwood commented 4 months ago

Seems its not very active here. Honestly, even in the meantime i don't know how one would integrate this in a more advanced app architecture. I really like this package, but unfortunately, I am forced to go with another solution, since the data table would cover a large field of my app.

github-actions[bot] commented 3 months ago

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

github-actions[bot] commented 2 months ago

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

sinhpn92 commented 2 months ago

It's crucial to efficiently implement a large list and dynamically change the items within it. I have the same question: Has anyone found a solution to this problem?

sinhpn92 commented 2 months ago

How did you solve your issue @codakkk @IntCleastwood ?