Last updated:
0 purchases
facio design system
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';
copied to clipboard
To use some facio_components component, for example, PrimaryButtonContained:
PrimaryButtonContained(title: 'details', onPressed: () => {})
copied to clipboard
You can check our API Reference.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.