facio_styles 0.13.0 copy "facio_styles: ^0.13.0" to clipboard
facio_styles: ^0.13.0 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 #

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.

Install #

Open your project pubspec.yaml and, at dependencies, add facio_styles. Example:

dependencies:
 flutter: ^0.12.2
   sdk: flutter
 facio_styles

Then run flutter pub get.

The following success message must appear:

Running "flutter pub get" in example...
Process finished with exit code 0

Import #

In your dart file, add the following import:

import 'package:facio_styles/main.dart';

Usage #

Now you are ready to use some component tokens like these:

AppBarStyles.appBarColorDefaultBackgroundColor

You can also use some ColorPalette base tokens:

ColorPalette.baseAquamarine90

ColorPalette.fontDefault

Can check our API Reference for more examples.

2
likes
0
points
24
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