tfmodel 0.0.1 copy "tfmodel: ^0.0.1" to clipboard
tfmodel: ^0.0.1 copied to clipboard

outdated

A Flutter package for showing Transfer Function properly.

tfmodel #

A Flutter package helps to show transfer functions properly. It also includes a transfer function component widget.





Installation #

dependencies:
  tfmodel: <latest_version>


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(),
);




0
likes
0
pub points
22%
popularity

Publisher

unverified uploader

A Flutter package for showing Transfer Function properly.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on tfmodel