New
[3.4.0] - 2023-7-24
Changed
base
- Adapt flutter sdk 3.10.0.
components
- Breaking change: Since flutter sdk 3.10.0 deletes the
brightnessandtextThemeattributes ofAppbar,BrnAppBar、BrnSearchAppbaris deleted synchronously. Instead, usethemeData.BrnAppBarConfigwill support all your needs. For details, see Demo usage. BrnSimpleSelection: support theme configuration #420 , thanks to JunCaiLi .- Add missing themeData for
BrnNormalFormGroupandBrnPortraitRadioGroup#455, thanks to Kingtous. BrnTabBar: addonTapmethod for_TabBarOverlayWidget#393.BrnExpandFormGroupandBrnNormalFormGroupremove invalid attributetipLabel.BrnIconButton: fix the abnormal position of icons and text.