You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.