Essential Studio for Flutter Release Notes

v27.1.48
September 18, 2024

Charts

Features

  • #FB31997 - Added support for borderRadius in the candle series.
  • Added support for customizing width and spacing of the candle series.
  • Added support for individually set padding (in pixels) at the start and end of an axis.
  • Added additionalStart, additionalEnd, roundStart and roundEnd enums to rangePadding property to allow for range padding to be applied only at the start or end of an axes.

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

  1. 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.
  2. Composer - The primary text editor where the user can compose new chat messages.
  3. Action button - This represents the send button, which invokes a callback with the text entered in the default composer.
  4. Placeholder - This allows you to specify a custom widget to display when there are no messages in the chat.
  5. 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.