bruno 2.2.0
bruno: ^2.2.0 copied to clipboard
An enterprise-class package of Flutter components for mobile applications.
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.BrnPairInfoTable: add a callbackonExpandedfor expanding and collapsing state changes.BrnSearchText: add attributeinputFormatterstextInputType.BrnAnchorTab: support content dynamic change.BrnProgressBarChart: whenbarChartStyleisBarChartStyle.horizontalsupport item click callback.
2.1.1 2022-4-1 #
Changed #
base
- Breaking change: Sound null safety support, thanks to @leftcoding #39#33 @donywan #20 @laiiihz #80#64#59#32#14 @kalifun #36 @jojinshallar #81#75#65#62#56#42 @junlandroid #73 @Kenneth #53 @HappyImp #55 @kkkman22 #23 @AlexV525 #30
- Breaking change: Refer to the dart language specification to optimized constant and enum naming.
- Replace
DIN FontwithBebas Font.
components
- Breaking change: remove
BrnHorizontalStepsManagerand put functionforwardStep()backStep()intoBrnStepsControllerthanks to leftcoding. - Breaking change: remove
BrnDialogStyleand replace withBrnDialogConfig. BrnCalendarView: addBrnCalendarView.single()andBrnCalendarView.range()constructor and had its argumentstartEndDateChangeremoved.BrnSelectionEntityListBean:fromMapis renamed tofromJson.BrnRadioButton: optimize click area #31 , thanks to a1017480401 .BrnScrollableTextDialog: remove Navigator.pop(context) inonSubmit()and hand it over to external processing (user).BrnBubbleText: add attributebgColorandtextStyle.BrnPairInfoTable: add attributedefaultVerticalAlignment.BrnSingleSelectDialog: add attributemessageTextandmessageWidget.
Fixed #
- Fix example error #71 thanks to leftcoding fixing this issue.
- Fix
BrnPickerTitleConfigtitleContentsetting is invalid #70. - Optimize
BrnPopupWindowonItemClicklogic #57 . - Fix
BrnDialogis obscured by keyboard #7 . - Fix
BrnTextSelectFormItemsettitlePaddingLgdoesn't work #108. - Fix the bottom text of
BrnBottomTabBarcannot be displayed in some cases #141.
Thanks again to leftcoding, jojinshallar, laiiihz, donywan, kalifun, junlandroid, Kenneth, HappyImp, kkkman22 , a1017480401 and Alex.
2.0.0 2021-12-8 #
- Adapt flutter sdk 2.2.2
1.0.0 2021-12-7 #
- First publish adapt flutter sdk 1.22.4