Installation¶
Pub.dev¶
Add Tsai UI to your application:
Then resolve dependencies:
Alternatively, let Flutter update pubspec.yaml:
Local development¶
When the package and consuming app are in the same workspace:
Imports¶
The main library exports themes, tokens, and widgets:
The optional icon entrypoint also exports the Lucide catalog:
Install TsaiTheme.light() and TsaiTheme.dark() before rendering a Tsai
widget. See Theming for a complete setup.