[2.1.0-nullsafety.1] - 2022-3-10
Pre-release
Pre-release
zhoujuanjuan
released this
11 Mar 08:23
·
164 commits
to master
since this release
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 Font
withBebas Font
.
components
- 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
.