Essential Studio for Flutter Release Notes

v18.4.0.34
January 12, 2021

Chart

Bug fixes

  • Now, the stacked charts are rendering properly with multiple axes and animation.
  • The circular chart will not throw any exception while using selectDataPoints method.
  • Tooltip format with point.cumulativeValue will not throw any exception now.

Date Range Picker

Bug fixes

  • Now, the date range picker layouting properly in the calendar header, when the showDatePickerButton property enabled.

Breaking changes

  • Now, the date and visibleDates types are changed from dynamic to respective types in the cell builder of the Date range picker.

RadialGauge

Bug fixes

  • The needle pointer will be visible when its value is lesser or equal to the axis minimum value.