bruno 3.4.3
bruno: ^3.4.3 copied to clipboard
An enterprise-class package of Flutter components for mobile applications.
3.4.3 2023-9-13 #
3.4.1 2023-8-4 #
Changed #
base
- Fix dart analysis check warning.
components
-
Breaking change: remove deprecated attribute
fontSizeinBrnIconButton, usestyleinstead . -
Breaking change: in order to optimize the use of
MediaQueryData.fromWindowand replace it with the official suggested api, add attributecontextto thekeyOrValueLastQuestionInfomethod andvalueLastClickInfomethod inBrnInfoModal. -
Breaking change: remove deprecated attribute
isShowXDialinBrnPointsLine, useisShowXDialinBrnLinePainterinstead.
3.4.0 2023-7-24 #
Changed #
base
- Adapt flutter sdk 3.10.0.
components
- Breaking change: Since flutter sdk 3.10.0 deletes the
brightnessandtextThemeattributes ofAppbar,BrnAppBar、BrnSearchAppbaris deleted synchronously. Instead, usethemeData.BrnAppBarConfigwill support all your needs. For details, see Demo usage. BrnSimpleSelection: support theme configuration #420 , thanks to JunCaiLi .- Add missing themeData for
BrnNormalFormGroupandBrnPortraitRadioGroup#455, thanks to Kingtous. BrnTabBar: addonTapmethod for_TabBarOverlayWidget#393.BrnExpandFormGroupandBrnNormalFormGroupremove invalid attributetipLabel.BrnIconButton: fix the abnormal position of icons and text.
3.3.0 2023-2-1 #
3.2.0 - 2022-12-29 #
Changed #
base
- support for localization capabilities.
- add pad theme configuration.
- expend title click area in pickers #369.
components
BrnMultiSelectListPicker: add generics for more flexible data transfer #336 .BrnLinePainter: add the limit of yDialMax > yDialMin to fix the NaN error when calculating the path 359.BrnTabBar: fix the overflow error when settingBrnTabBarBadgeMode.originmode #340.BrnAppraise: fix gif file error #372.BrnTextInputFormItem: fix attributetextInputActiondoes not take effect and add attributeobscureText, thank to echo-LuGuang.BrnAppBar: expandBrnTextActionclick area.BrnEnhanceNumberCard: fix the number card is not centered #380.
3.1.0 2022-9-30 #
Changed #
base
- Adapt flutter sdk 3.3.0 and update dart sdk version to >=2.17.0.
- add
BrnSafeDialog[dismiss]instead of Navigator.pop to close the Dialog #317. - optimize the upper font of form items #330.
components
BrnPageLoading: calculated the range of loading based on screen width #295 .BrnBottomTabBar: fix attributesselectedTextStyleandunSelectedTextStyledo not take effectc #285 , thanks to JunCaiLi .BrnSearchText: fix an abnormal display when BrnSearchText sets the innerColor property #275, thanks to xyhuangjia.BrnBrokenLine: xDial support selected style #282.BrnMultiSelectTagsPicker: fix when setting properties layoutStyle value ofBrnMultiSelectTagsLayoutStyle. Autodisplay abnormal #316, thanks to JunCaiLi.BrnCommonCardTitle: fix the theme customization does not take effect, thanks to JunCaiLi.BrnMiddleInputDialog: add attributekeyboardType, thanks to moqi2011.BrnCheckbox: fix unsynchronized internal and external check states #333, thanks to moqi2011.BrnTextInputFormItem: add attributefocusNode, thanks to Ives7.BrnProgressChart: fix invalid setting color, background color, and animation #322.BrnToast: fix default value error in attributegravity#341.BrnTextInputFormItem: add attributetextInputAction, thanks to Ives7.BrnIconButton: fix setting attributefontsizedoes not take effect #345 and tag deprecated it usestyleis recommended.- .
BrnSingleSelectCityPage: add attributeemptyImage#329 and optimize default images ofBrnAbnormalStateWidget.
3.0.0 2022-7-8 #
Changed #
base
- Adapt flutter sdk 3.0.3.
- Add the attribute
backgroundColorto the form item and fix issue #260 , thanks to Kingtous find it. pubspec.yaml: upgradephoto_viewversion to v0.14.0 and removeprovider.
components
BrnBottomPicker: fix the title setting in theshowmethod does not take effect #212 , thanks to laiiihz .BrnStepInputFormItem: fix cursor confusion #235 , thanks to jixiaoyong .BrnSmallOutlineButton: fix attributelineColordoes not take effect,thanks to Story5 .BrnAddLabel: support theme config.BrnBigMainButton: fix the theme configurationborderRadiusandfontSizedoes not take effect #214 .BrnCalendarView: optimize the time range selection supports selecting the same day #200 .BrnProgressBarChart:remove useless attributehasMarkin classChartAxis.BrnSmallOutlineButton: fix attributefontWeightdoes not take effect #233 .BrnDialog: fixthemeDatadoes not take effec #259 .
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 BrnSwitchButton.
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.
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