tds_base_theme 0.3.2 copy "tds_base_theme: ^0.3.2" to clipboard
tds_base_theme: ^0.3.2 copied to clipboard

Theme building utilities for the TFN Design System. Converts brand tokens into a Material 3 ThemeData and a curated DesignSystemTheme.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tds_base_theme

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  tds_base_theme: ^0.3.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:tds_base_theme/design_system_theme.dart';
import 'package:tds_base_theme/index.dart';
import 'package:tds_base_theme/theme_base.dart';
import 'package:tds_base_theme/theme_builder.dart';
0
likes
120
points
136
downloads

Documentation

API reference

Publisher

verified publishercodecollective.com

Weekly Downloads

Theme building utilities for the TFN Design System. Converts brand tokens into a Material 3 ThemeData and a curated DesignSystemTheme.

Repository

License

BSD-3-Clause (license)

Dependencies

flutter, tfn_design_system

More

Packages that depend on tds_base_theme