Syncfusion Essential Studio Flutter 新版本發表

Released: Jun 22, 2023

2023 Volume 2 中的更新

特性

  • DataGrid
    • Column drag and drop - Added support for easily modifying the column order by dragging and dropping them as needed.
  • PDF Viewer
    • Form filling - This feature allows users to fill out PDF forms by:
      • Typing text into text boxes.
      • Selecting options from dropdown menus.
      • Checking or unchecking boxes.
      • Selecting radio buttons.
      • Adding signatures.
      • It also offers additional features, such as the ability to:
        • Save the form data for future use.
        • Import form data into the PDF form.
        • Export form data to...

Released: May 3, 2023

2023 Volume 1 SP1 中的更新

特性

  • PDF Viewer
    • Added support for customizing the visibility of the page loading busy indicator.

Released: Mar 23, 2023

2023 Volume 1 中的更新

特性

  • The following widgets are now marked as production-ready:
    • Treemap.
    • Microsoft Excel Library.
  • DataGrid
    • Users can now change the position (left or right) of sort and filter icons in the column headers when sorting or filtering is applied.
    • The onCellSubmit, canSubmitCell, and performSorting methods are now marked async so that cell submission and sorting can be asynchronous.
    • Users can now change the text style of all the elements in the filter pop menu. Users can set different text styles for...

Released: Feb 1, 2023

2022 Volume 4 SP1 中的更新

特性

  • DataGrid
    • Added support for restricting column resizing by checking the columnIndex in the onColumnResizeStart callback.

修補程式

  • DataGrid
    • Breaking changes - Command key operations for selection and multi-column sorting have been replaced with Control key operations on the macOS platform.
    • Fixed a LateInitializationError that occurred when opening the filter popup menu after rebuilding the DataGrid with an applied filter.
    • Fixed a Type mismatch error that occurred when using an integer value in...

Released: Dec 21, 2022

2022 Volume 4 中的更新

特性

  • Common
    • The Flutter widgets minimum Dart version has been upgraded from 2.12.0 to 2.17.0.
  • DataGrid
    • Change shape of checkboxes - Users can now change the shape of the built-in checkbox column.
    • Change filter icon and its padding - Users can now change the filter icon and its color. The padding around the filter icon can also be customized.
    • Customize the filter options in filter pop-up - Users can now hide the sorting and “Clear Filter” options and show only the checked list box view or advanced...

Released: Nov 8, 2022

2022 Volume 3 SP1 中的更新

特性

  • Calendar
    • Added style customization support for placeholder text in month agenda view and schedule view.
  • PDF
    • Added support for setting signed date while signing a PDF document.

修補程式

  • Chart
    • Now, the Null check operator exception will no longer be thrown when refreshing the chart in the onLegendTapped callback.
    • Now, the plot band will render properly for the LogarithmicAxis.
  • PDF Viewer
    • When copying PDF content from the SfPdfViewer widget, spacing between the words is now added properly.
    • Now, PDF...

Released: Sep 29, 2022

2022 Volume 3 中的更新

特性

  • Production-ready widget
    • The Flutter PDF Viewer widget has been developed to meet industry standards and is now marked as production-ready.
  • DataGrid
    • Column filtering - Added the ability to perform Microsoft Excel-like UI filtering and programmatic filtering of columns. Users can filter numeric, text, and date type columns with different filtering options.
    • Unsort icon - DataGrid now shows the unsort icon in header cells when sorting is not applied to columns. When sorting, the ascending or...

Released: Aug 8, 2022

2022 Volume 2 SP1 中的更新

特性

  • Calendar
    • Improved the behavior of the appointmentBuilder details date value to hold the start date of the appointment view in the Flutter event calendar.

修補程式

  • PDF Viewer [Beta]
    • The cache memory no longer gets bigger when we load a PDF in the PDF viewer.
    • The PDF pages are now aligned properly while setting the initial zoom level.

Released: Jun 30, 2022

2022 Volume 2 中的更新

特性

  • Preview to production
    • The Flutter PDF Library has been developed to meet industry standards and is now marked as production-ready.
  • Charts
    • Trim axis labels - Added the ability to trim intersecting axis labels and add ellipses (…) at the end of the text. The entire text will be displayed in the tooltip when tapping or hovering over the trimmed label.
    • Scrollbar for legend - Added the ability to always display the scrollbar or display it on demand when the legend overflow mode is set to scroll...

Released: May 12, 2022

2022 Volume 1 SP1 中的更新

特性

  • XlsIO Beta
    • Breaking Change - Considering the usage, the public class Alignment class has been changed to internal.

修補程式

  • Chart
    • No memory leaks will occur while calling the setState() method repeatedly for refreshing the chart widget.
    • No exception will be thrown while using the trackball with multiple series.
  • DataGrid
    • BoxConstraints has a negative minimum height exception will no longer be thrown when opening the keyboard for TextField which is adjacent to DataGrid.
    • Back key works properly...