Skip to content

[3.4.0] - 2023-7-24

Latest
Compare
Choose a tag to compare
@zhoujuanjuan zhoujuanjuan released this 24 Jul 09:33
· 12 commits to 3.x since this release

Changed

base

  • Adapt flutter sdk 3.10.0.

components

  • Breaking change: Since flutter sdk 3.10.0 deletes the brightness and textTheme attributes of Appbar, BrnAppBar BrnSearchAppbar is deleted synchronously. Instead, use themeData. BrnAppBarConfig will support all your needs. For details, see Demo usage.
  • BrnSimpleSelection : support theme configuration #420 , thanks to JunCaiLi .
  • Add missing themeData for BrnNormalFormGroup and BrnPortraitRadioGroup #455, thanks to Kingtous.
  • BrnTabBar : add onTap method for _TabBarOverlayWidget #393.
  • BrnExpandFormGroup and BrnNormalFormGroup remove invalid attribute tipLabel.
  • BrnIconButton : fix the abnormal position of icons and text.