flutter_direct is a dependencies of Flutter custom widgets for Home Credit Indonesia.
To use this plugin, add flutter_direct as a dependency in your pubspec.yaml file.
Please see the example app of this plugin for a full example.
DirectText(
data: 'Font Family - Pt Sans',
fontFamily: DirectFont.PtSans,
color: Colors.white,
textOverflow: TextOverflow.ellipsis,
maxLines: 1,
textStyle: TextStyle(
fontWeight: FontWeight.bold,
),
),
DirectFilledButton(
keyValue: 'button_x',
text: "Active Button",
fontSize: 16,
buttonState: DirectButtonState.Active,
fontFamily: DirectFontFamily.PtSans,
fontWeight: FontWeight.normal,
onTap: () {},
),