New
[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.