ouds_global_raw_tokens 1.0.0 copy "ouds_global_raw_tokens: ^1.0.0" to clipboard
ouds_global_raw_tokens: ^1.0.0 copied to clipboard

Raw tokens are basic design values (e.g., colors, typography) used to create a flexible and consistent theme

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ouds_global_raw_tokens

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

dependencies:
  ouds_global_raw_tokens: ^1.0.0

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:ouds_global_raw_tokens/border_raw_tokens.dart';
import 'package:ouds_global_raw_tokens/color_raw_tokens.dart';
import 'package:ouds_global_raw_tokens/dimension_raw_tokens.dart';
import 'package:ouds_global_raw_tokens/effect_raw_tokens.dart';
import 'package:ouds_global_raw_tokens/elevation_raw_tokens.dart';
import 'package:ouds_global_raw_tokens/font_raw_tokens.dart';
import 'package:ouds_global_raw_tokens/grid_raw_tokens.dart';
import 'package:ouds_global_raw_tokens/opacity_raw_tokens.dart';
0
likes
130
points
1k
downloads

Publisher

unverified uploader

Weekly Downloads

Raw tokens are basic design values (e.g., colors, typography) used to create a flexible and consistent theme

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on ouds_global_raw_tokens