Last updated:
0 purchases
flutter direct
flutter_direct #
Flutter Direct is a Design System for Home Credit Indonesia Tippers App.
Usage #
To use this plugin, add flutter_direct as a dependency in your pubspec.yaml file.
Example #
Please see the example app of this plugin for a full example.
DirectText(
data: 'Font Family - Pt Sans',
fontFamily: DirectFont.PtSans,
color: Colors.white,
),
DirectFilledButton(
text: "Active Button",
fontSize: 16,
buttonState: DirectButtonState.Active,
fontFamily: DirectFontFamily.PtSans,
fontWeight: FontWeight.normal,
onTap: () {},
),
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.