Welcome to the Flutter feedback portal. We’re happy you’re here! If you have feedback on how to improve the Flutter, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Current Behavior : There is no option to refresh the SfTreemap with new values without changing its data count. When rebuilding the widget, the SfTreemap will be updated only if the data count of the old widget and the current widget is different. Therefore we are unable to update the SfTreemap by changing its values alone.

 

Proposed Behavior : Need to provided support for refreshing or updating the SfTreemap widget with new values without changing its data count while rebuilding.