Essential Studio for Flutter Release Notes

v18.2.0.53
August 12, 2020

Common

Bug fixes

Calendar

Features

  • The Time format support has been given for agenda view and schedule view appointments.

Chart

Features

  • Provided support to calculate the axis range based on the visible data points or based on the overall data points in the chart.

Bug fixes

  • #156431 - Now, the onZooming event will not be triggered while handling the onTrackballPositionChanging event.
  • The panning is working properly with LayoutBuilder and FutureBuilder.
  • Animation for dynamic updates now works even in a zoomed state.

RadialGauge

Breaking changes

  • Changed the name of the property to canRotateLabels from needRotateLabels.

Bug fixes

  • Now the axis renders up to the maximum value even when the maximum value doesn’t fall under the calculated interval.

SfDataGrid Preview

Breaking changes

  • The GridColumn.isHidden property has been renamed as GridColumn.visible.

Features

  • Support has been provided to load any widget in a header cell.
  • Support has been provided to set the wrapping and overflow for text in header cell.