- Fixed the problem that some component documents cannot be viewed #495.
BrnPopupWindow
: fixed issue #486 which is called after initState and whenever the dependencies change thereafter.BrnTabBar
: fixed the issue #487 of invalid setting of badge.BrnStepInputFormItem
: fixed the situation where manually input numbers are preceded by 0 #458.
- add dart doc.
- Fix dart analysis check warning.
-
Breaking change: remove deprecated attribute
fontSize
inBrnIconButton
, usestyle
instead . -
Breaking change: in order to optimize the use of
MediaQueryData.fromWindow
and replace it with the official suggested api, add attributecontext
to thekeyOrValueLastQuestionInfo
method andvalueLastClickInfo
method inBrnInfoModal
. -
Breaking change: remove deprecated attribute
isShowXDial
inBrnPointsLine
, useisShowXDial
inBrnLinePainter
instead.
- Adapt flutter sdk 3.10.0.
- Breaking change: Since flutter sdk 3.10.0 deletes the
brightness
andtextTheme
attributes ofAppbar
,BrnAppBar
、BrnSearchAppbar
is deleted synchronously. Instead, usethemeData
.BrnAppBarConfig
will support all your needs. For details, see Demo usage. BrnSimpleSelection
: support theme configuration #420 , thanks to JunCaiLi .- Add missing themeData for
BrnNormalFormGroup
andBrnPortraitRadioGroup
#455, thanks to Kingtous. BrnTabBar
: addonTap
method for_TabBarOverlayWidget
#393.BrnExpandFormGroup
andBrnNormalFormGroup
remove invalid attributetipLabel
.BrnIconButton
: fix the abnormal position of icons and text.
- fix the NullPointerException caused by not configuring
BrnIntl
#398. - optimize internal import references.
- adapt flutter sdk 3.7.0 to fix badge reference conflict #406.
- support for localization capabilities.
- add pad theme configuration.
- expend title click area in pickers #369.
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.origin
mode #340.BrnAppraise
: fix gif file error #372.BrnTextInputFormItem
: fix attributetextInputAction
does not take effect and add attributeobscureText
, thank to echo-LuGuang.BrnAppBar
: expandBrnTextAction
click area.BrnEnhanceNumberCard
: fix the number card is not centered #380.
- 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.
BrnPageLoading
: calculated the range of loading based on screen width #295 .BrnBottomTabBar
: fix attributesselectedTextStyle
andunSelectedTextStyle
do 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. Auto
display 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 attributefontsize
does not take effect #345 and tag deprecated it usestyle
is recommended.- .
BrnSingleSelectCityPage
: add attributeemptyImage
#329 and optimize default images ofBrnAbnormalStateWidget
.
- Adapt flutter sdk 3.0.3.
- Add the attribute
backgroundColor
to the form item and fix issue #260 , thanks to Kingtous find it. pubspec.yaml
: upgradephoto_view
version to v0.14.0 and removeprovider
.
BrnBottomPicker
: fix the title setting in theshow
method does not take effect #212 , thanks to laiiihz .BrnStepInputFormItem
: fix cursor confusion #235 , thanks to jixiaoyong .BrnSmallOutlineButton
: fix attributelineColor
does not take effect,thanks to Story5 .BrnAddLabel
: support theme config.BrnBigMainButton
: fix the theme configurationborderRadius
andfontSize
does not take effect #214 .BrnCalendarView
: optimize the time range selection supports selecting the same day #200 .BrnProgressBarChart
:remove useless attributehasMark
in classChartAxis
.BrnSmallOutlineButton
: fix attributefontWeight
does not take effect #233 .BrnDialog
: fixthemeData
does not take effec #259 .
- Adapt flutter sdk 2.10.5.
- Fix flutter analyze issues.
- Fixed some component theme configurations customization not taking effect #177 .
New components BrnSwitchFormItem
BrnGeneralFormItem
BrnSwitchButton
.
BrnTitleFormItem
: fixisRequire
parameter invalid #179.BrnTextBlockInputFormItem
: change theminLines
andmaxLines
attributes to be nullable #181 thanks to xiao luobei.BrnSelectionView
: fix "unlimited" option not taking effect .BrnBottomTabBar
: remove the restriction ontype
byitem.length
in the construction method.BrnPairInfoTable
adds a callback attributeonFolded
for expanding and collapsing state changes.BrnCheckbox
: add attributecrossAxisAlignment
.BrnRadioButton
: add attributecrossAxisAlignment
.BrnMiddleInputDialog
: add attributethemeData
support theme.BrnTextButtonPanel
: optimize button display, fix the space cannot be filled in some cases.BrnCommonCardTitle
: add attributetitleMaxLines
andtitleOverflow
.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 attributeautofocus
and default value is false.BrnAppBar
theme customizationBrnAppBarConfig
supports the attributeshowDefaultBottom
to control the bottom dividing line of the AppBarBrnMultiDataPicker
: add default delegate implementationBrnDefaultMultiDataPickerDelegate
.BrnStepInputFormItem
: add attributecanManualInput
andcontroller
to support manual input function.BrnSearchText
: add attributeinputFormatters
textInputType
.BrnAnchorTab
: support content dynamic change.BrnProgressBarChart
: whenbarChartStyle
isBarChartStyle.horizontal
support item click callback.
- 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 Font
withBebas Font
.
- Breaking change: remove
BrnHorizontalStepsManager
and put functionforwardStep()
backStep()
intoBrnStepsController
thanks to leftcoding. - Breaking change: remove
BrnDialogStyle
and replace withBrnDialogConfig
. BrnCalendarView
: addBrnCalendarView.single()
andBrnCalendarView.range()
constructor and had its argumentstartEndDateChange
removed.BrnSelectionEntityListBean
:fromMap
is 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 attributebgColor
andtextStyle
.BrnPairInfoTable
: add attributedefaultVerticalAlignment
.BrnSingleSelectDialog
: add attributemessageText
andmessageWidget
.
- Fix example error #71 thanks to leftcoding fixing this issue.
- Fix
BrnPickerTitleConfig
titleContent
setting is invalid #70. - Optimize
BrnPopupWindow
onItemClick
logic #57 . - Fix
BrnDialog
is obscured by keyboard #7 . - Fix
BrnTextSelectFormItem
settitlePaddingLg
doesn't work #108. - Fix the bottom text of
BrnBottomTabBar
cannot be displayed in some cases #141.
Thanks again to leftcoding, jojinshallar, laiiihz, donywan, kalifun, junlandroid, Kenneth, HappyImp, kkkman22 , a1017480401 and Alex.
- Adapt flutter sdk 2.2.2
- First publish adapt flutter sdk 1.22.4