tds_tfn_theme 0.3.3
tds_tfn_theme: ^0.3.3 copied to clipboard
TFN brand theme for the TFN Design System. Supplies the TFN colour, component colour and brand asset tokens as a ready-to-use BrandTokens set.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tds_tfn_themeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tds_tfn_theme: ^0.3.3Alternatively, 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_tfn_theme/index.dart';
import 'package:tds_tfn_theme/tfn_brand.dart';
import 'package:tds_tfn_theme/tfn_brand_assets.dart';
import 'package:tds_tfn_theme/tfn_colour.dart';
import 'package:tds_tfn_theme/tfn_colour_primitives.dart';
import 'package:tds_tfn_theme/tfn_component_colour.dart';