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
Tencent TDesign UI component library of Flutter, suitable for use in mobile projects.
๐ Features
Provides Flutter UI component library in TDesign design style
Support customizing themes according to App design style
Provides commonly used Icon library and supports customized replacement
Define color groups according to the TDesign specification, which can be viewed in TDColors to facilitate the adaptation of components to the TDesign specification.
The color value declaration class can add default colors and view the default display effect of color values in real time.
You can configure theme styles such as colors, font sizes, font styles, corner radius, and shadows through a json file.
Retrieve theme data using TDTheme.of(context) or TDTheme.defaultData(). It is recommended
that components use TDTheme.of(context) unless the component does not need to follow local themes,
in which case TDTheme.defaultData() can be used.
Examples of using colors, fonts, and corner radius: