How can I help you?
Essential Studio® for Flutter Release Notes
Calendar
Bug Fixes
- Now, the horizontal scroll bar is draggable in the timeline view on both web and desktop platforms.
Charts
Features
- #FB31997 - Added support for
borderRadiusin the candle series. - Added support for customizing
widthandspacingof the candle series. - Added support for individually set padding (in pixels) at the start and end of an axis.
- Added
additionalStart,additionalEnd,roundStartandroundEndenums torangePaddingproperty to allow for range padding to be applied only at the start or end of an axes.
Bug Fixes
- The
RadialBarSeriesanimation now updates properly when data points are reset dynamically. - The range of the category axis now updates correctly when data points are dynamically replaced.
- The tooltip position of the trackball builder has been adjusted to inside within the plot area.
Chat (Preview)
The [SfChat] widget is a customizable chat interface designed for one-on-one or group conversations. It provides extensive customization options, allowing developers to modify the appearance and behavior of chat bubbles, the input composer, action buttons, and more.
Features
- Messages - A list of ChatMessage objects that will be displayed in the chat interface as either incoming or outgoing messages, depending on the current user.
- Composer - The primary text editor where the user can compose new chat messages.
- Action button - This represents the send button, which invokes a callback with the text entered in the default composer.
- Placeholder - This allows you to specify a custom widget to display when there are no messages in the chat.
- Bubble - This holds each message’s header, content, footer, and avatar.
General
- The compatible version of all our Flutter widgets has been updated to Flutter SDK 3.24.0.
Date Range Picker
Bug fixes
- #FB50679 - Now, text size remains consistent when the app state or themes gets changed.