tdesign_flutter 0.1.2
tdesign_flutter: ^0.1.2 copied to clipboard
Tencent TDesign UI component library of Flutter, suitable for use in mobile projects.
π 0.1.2 2024-01-08 #
π Features #
TDImage:- add: Added FitWidth type to the image, modified the corresponding Demo page (#14)
TDLoading:- add: Added methods for showing and hiding loading (#15)
TDPopup:- add: Added support for customizing the round corners (#17)
TDAvatar:- add: When the avatar type is character or icon, support for customizing the background color is added (#20)
π Bug Fixes #
TDBottomTabBar:- Added a safe area, fixed (#1)
TDButton:- update widget: Button's disable status can be updated
- fix: Button click state is too short (#13)
TDSwiper:- fix: Adapted swiper vertical dot bar style (#19)
TDInput:- fix: The setting of leftLabelStyle does not take effect when type is TDInputType.twoLine (#21)
π§ Others #
- The minimum compatible version has been changed to 3.7.0 (#3)
0.1.1 #
- reset code style, can run on 3.7.x
0.1.0 #
- publisher to pub.flutter-io.cn stable
0.0.9 #
- update code style
0.0.8 #
- update License
0.0.7 #
- update example main.dart
0.0.6 #
- update slider component, make it is not depend on flutter sdk version
0.0.5 #
- publisher to pub.flutter-io.cn
0.0.4 #
- fix some bugs
0.0.3 #
- delete default value of TDText's package prop, allow set it null value
0.0.2 #
- update ReadMe.md, modify export file is 'tdesign_flutter.dart'
0.0.1 #
- the first version, add button,text and other components.