Essential Studio for Flutter Release Notes
v20.2.0.36
June 30, 2022
Common
Features
- The Flutter PDF Library has been developed to meet industry standards and is now marked as a production-ready.
Calendar
Features
- #FB34547 - Now, we have improved the behavior of the month header of ScheduleView with a minimum date in the Flutter event calendar.
Chart
Features
- #FB29504 - Provided the support to customize the date-time axis labels based on the interval type.
- Now, the scrollbar can be displayed always or on-demand when the legend overflowMode is set to
scroll
. - Provided the support to trim the intersecting axis labels when the labelIntersectAction property is set to
AxisLabelIntersectAction.trim
.
Maps
Features
- #FB35048 - Provided an option to enable or disable the mouse wheel zoom functionality.
Features
- Provided the asynchronous save support for the PDF documents.
Breaking Changes
- The save method has been changed to an asynchronous type in the PdfDocument and the saveSync method has been added for the synchronous.
Bug Fixes
- #I373233 - The layout issue will no longer occur when extracting text from a specific PDF document.
- #I372722 - The Arabic texts are properly drawn when using the TrueType font.
PDF Viewer Beta
Bug fixes
- #G704 - The application will no longer crash while loading a high-quality document in the
SfPdfViewer
widget. - #G784 - Now, the PDF pages will be rendered properly while switching the device orientation from portrait to landscape or vice versa.
Features
- #I330260, G94, G265, G586 - Open URLs or website links in the default browser just by clicking them. Also, hide or customize the built-in hyperlink navigation dialog.
- #I329682, G255 - Now, the
SfPdfViewer
supports changing the user interface and functionalities like text search and copying text to suit the RTL languages. - #I348270 - Enhanced the performance of the scroll fling animation to provide smoother and fluid scrolling. That is, the time taken by scroll fling action has been reduced up to 60%.
Radial Gauge
Features
- #FB32916 - Now, the pointer focus will not get lost until the user interaction ends.
Range Selector
Features
- #FB33239 - Now, the edge labels in the axis can be shifted inside the axis bounds if their position exceeds the axis bounds using the
edgeLabelPlacement
property.
Range Slider
Features
- #FB33239 - Now, the edge labels in the axis can be shifted inside the axis bounds if their position exceeds the axis bounds using the
edgeLabelPlacement
property.
Slider
Features
- #FB33239 - Now, the edge labels in the axis can be shifted inside the axis bounds if their position exceeds the axis bounds using the
edgeLabelPlacement
property.
Treemap
Features
- Legend pointer - Provided an option to show a pointer on the solid bar legend while hover over the tile.
- Tooltip visibility - Provided an option to increase or decrease the duration of the tooltip visibility.
XlsIO Beta
Features
- Provided support for adding filters in Excel documents. It supports text, date, custom, dynamic, and color filters.