#FR29362 - Added explicit height and width support to ResourceViewSettings. When provided, height adjusts each resource item’s height and width adjusts the resource panel width. These explicit values take precedence over size.
Breaking Changes
The size property in ResourceViewSettings is deprecated. Use the new explicit height and width properties instead to control each resource item’s height and the resource panel’s width, respectively.
General
The compatible version of all our Flutter widgets has been updated to Flutter SDK v3.41.
Datepicker
Bug Fixes
Fixed tap and drag issues in the Date Range Picker that occurred when it was shifted from its normal position using an offset. Date selection and gestures now work accurately.
Maps
Bug Fixes
Fixed interaction and tooltip positioning issues that occurred when the map was shifted from its normal position using an offset. Tooltips and zoom gestures now align correctly.
SignaturePad
Bug Fixes
Fixed pointer offset issues when hosted inside paint-offset parents. Pointer events now use globalToLocal to compute accurate stroke and tap coordinates, so the ink aligns correctly with touch or mouse input.
Slider
Bug Fixes
Fixed an issue where the slider tooltip appeared in the wrong position when it exceeded its offset bounds. It now stays correctly aligned with the thumb while dragging.
Range Slider
Bug Fixes
Fixed the tooltip and thumb behavior when dragging near or beyond the track. Both tooltips now remain within the track and display the correct clamped values without overlapping or crossing.
Range Selector
Bug Fixes
Fixed tooltip and thumb positioning issues when the widget is shifted by an offset. Both tooltips now stay within the track and display the correct clamped values during drag interactions.