facio_styles 0.14.6 copy "facio_styles: ^0.14.6" to clipboard
facio_styles: ^0.14.6 copied to clipboard

discontinuedreplaced by: facio_design_system
outdated

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.

2
likes
0
points
22
downloads

Publisher

verified publisherfacio.com

Weekly Downloads

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.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

flutter

More

Packages that depend on facio_styles