Unclaimed project
Are you a maintainer of bruno? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
bruno
An enterprise-class package of Flutter components for mobile applications. ( Bruno 是基于一整套设计体系的 Flutter 组件库。)
dartflutterui-designuikit
Last updated over 1 year ago
Back to changelogNew
[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: fix isRequire parameter invalid #179.
BrnTextBlockInputFormItem : change the minLines and maxLines attributes to be nullable thanks to .
[2.2.0] - 2022-4-29 - bruno Release Notes | AnnounceHQxiao luobei
BrnSelectionView : fix "unlimited" option not taking effect .BrnBottomTabBar: remove the restriction on type by item.length in the construction method.BrnPairInfoTable adds a callback attribute onFolded for expanding and collapsing state changes.BrnCheckbox: add attribute crossAxisAlignment.BrnRadioButton: add attribute crossAxisAlignment.BrnMiddleInputDialog: add attribute themeData support theme.BrnTextButtonPanel: optimize button display, fix the space cannot be filled in some cases.BrnCommonCardTitle: add attribute titleMaxLines and titleOverflow.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.BrnTextInputFormItem BrnTextBlockInputFormItem BrnTitleSelectInputFormItem : add attribute autofocus and default value is false.BrnAppBar theme customization BrnAppBarConfig supports the attribute showDefaultBottom to control the bottom dividing line of the AppBarBrnMultiDataPicker: add default delegate implementationBrnDefaultMultiDataPickerDelegate.BrnStepInputFormItem: add attribute canManualInput and controller to support manual input function.BrnSearchText: add attribute inputFormatterstextInputType.BrnAnchorTab: support content dynamic change.BrnProgressBarChart: when barChartStyle is BarChartStyle.horizontal support item click callback.