tds_kilomita_theme 0.3.3
tds_kilomita_theme: ^0.3.3 copied to clipboard
KiloMita brand theme for the TFN Design System. Supplies the KiloMita 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_kilomita_themeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tds_kilomita_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_kilomita_theme/index.dart';
import 'package:tds_kilomita_theme/kilomita_brand.dart';
import 'package:tds_kilomita_theme/kilomita_brand_assets.dart';
import 'package:tds_kilomita_theme/kilomita_colour.dart';
import 'package:tds_kilomita_theme/kilomita_colour_primitives.dart';
import 'package:tds_kilomita_theme/kilomita_component_colour.dart';