Skip to content

[3.1.0] - 2022-9-30

Compare
Choose a tag to compare
@zhoujuanjuan zhoujuanjuan released this 01 Oct 08:39
· 55 commits to 3.x since this release

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 attributes selectedTextStyle and unSelectedTextStyle 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 of BrnMultiSelectTagsLayoutStyle. Auto display abnormal #316, thanks to JunCaiLi.
  • BrnCommonCardTitle: fix the theme customization does not take effect, thanks to JunCaiLi.
  • BrnMiddleInputDialog: add attribute keyboardType, thanks to moqi2011.
  • BrnCheckbox: fix unsynchronized internal and external check states #333, thanks to moqi2011.
  • BrnTextInputFormItem: add attribute focusNode, thanks to Ives7.
  • BrnProgressChart: fix invalid setting color, background color, and animation #322.
  • BrnToast: fix default value error in attribute gravity #341.
  • BrnTextInputFormItem: add attribute textInputAction , thanks to Ives7.
  • BrnIconButton: fix setting attribute fontsize does not take effect #345 and tag deprecated it use style is recommended.
  • .BrnSingleSelectCityPage: add attribute emptyImage #329 and optimize default images of BrnAbnormalStateWidget.