facio_styles 0.32.4
facio_styles: ^0.32.4 copied to clipboard
Facio Design System style package for use in Flutter applications. The styles in this package are consumed by the UI components of Facio applications built on Flutter.
Facio Styles for Flutter #
The facio_styles for Flutter allows you to easily use styles from Facio Design System
in your Flutter app.
Getting started #
First, add the facio_styles package to your pubspec dependencies.
To import facio_styles:
import 'package:facio_styles/main.dart';
To use some facio_styles component tokens, for example, a color from AppBarStyles:
AppBarStyles.appBarColorDefaultBackgroundColor
To use a color base token from ColorPalette:
ColorPalette.baseAquamarine90
or
ColorPalette.fontDefault
You can check our API Reference or example file for more usage examples.