0 purchases
tfmodel
tfmodel #
A Flutter package helps to show transfer functions properly. It also includes a transfer function component widget.
Installation #
dependencies:
tfmodel: <latest_version>
copied to clipboard
How To Use #
var tfmodel = TFModel(
numerator: "1 0 2.4",
denominator: "2.2 -2 0 5.2",
showFormatError: false,
);
var tfComponent = TFComponent(
system: tfmodel,
// divider: Divider(),
// denominatorTextStyle: TextStyle(),
// numeratorTextStyle: TextStyle(),
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.