facio_design_system 22.5.1 copy "facio_design_system: ^22.5.1" to clipboard
facio_design_system: ^22.5.1 copied to clipboard

Facio Design System style tokens and UI components for Facio applications built on Flutter.

Facio Components for Flutter #

The facio_components for Flutter allows you to easily use customized components from Facio Design System in your Flutter app.

Getting started #

First, add the facio_components package to your pubspec dependencies.

To import facio_components:

import 'package:facio_components/components.dart';

To use some facio_components component, for example, PrimaryButtonContained:

PrimaryButtonContained(title: 'details', onPressed: () => {})

You can check our API Reference.

12
likes
70
points
127
downloads

Publisher

verified publisherfacio.com

Weekly Downloads

Facio Design System style tokens and UI components for Facio applications built on Flutter.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

ISC (license)

Dependencies

flutter, flutter_svg, intl, universal_io

More

Packages that depend on facio_design_system