tfmodel

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.