orlikraf / flutter-hexagon

MIT License
30 stars 17 forks source link

How to update a cell color without rebuilding the complete graph #16

Open bhavya-cn opened 2 years ago

bhavya-cn commented 2 years ago

I have a use to update the cell color depends on the rest api response at every 3 seconds. Is there any way to update a cell color without rebuilding the complete graph

orlikraf commented 2 years ago

Maybe You should have every tile child to be a stateful widget. But this way You can't use hexagon color property.