New
[2.2.0] - 2022-4-29
Changed
base
- Adapt flutter sdk 2.10.5.
- Fix flutter analyze issues.
- Fixed some component theme configurations customization not taking effect #177 .
components
New components BrnSwitchFormItem BrnGeneralFormItem BrnMetaSwitch.
BrnTitleFormItem: fixisRequireparameter invalid #179.BrnTextBlockInputFormItem: change theminLinesandmaxLinesattributes to be nullable #181 thanks to xiao luobei.BrnSelectionView: fix "unlimited" option not taking effect .BrnBottomTabBar: remove the restriction ontypebyitem.lengthin the construction method.BrnPairInfoTableadds a callback attributeonFoldedfor expanding and collapsing state changes.BrnCheckbox: add attributecrossAxisAlignment.BrnRadioButton: add attributecrossAxisAlignment.BrnMiddleInputDialog: add attributethemeDatasupport theme.BrnTextButtonPanel: optimize button display, fix the space cannot be filled in some cases.BrnCommonCardTitle: add attributetitleMaxLinesandtitleOverflow.BrnMultiSelectDialog: uses the default contentStyle of BrnDialogConfig.BrnScrollableTextDialog: optimize ScrollBar placement and styling.BrnSingleSelectDialog: Add click callback for closeIcon.BrnSelectionView: optimizes the data display of the [More] filter page, and supports the display of up to 2 rows.BrnTextInputFormItemBrnTextBlockInputFormItemBrnTitleSelectInputFormItem: add attributeautofocusand default value is false.BrnAppBartheme customizationBrnAppBarConfigsupports the attributeshowDefaultBottomto control the bottom dividing line of the AppBarBrnMultiDataPicker: add default delegate implementationBrnDefaultMultiDataPickerDelegate.BrnStepInputFormItem: add attributecanManualInputandcontrollerto support manual input function.BrnSearchText: add attributeinputFormatterstextInputType.BrnAnchorTab: support content dynamic change.BrnProgressBarChart: whenbarChartStyleisBarChartStyle.horizontalsupport item click callback.