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

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.

gif

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
110
pub points
0%
popularity

Publisher

unverified uploader

A Flutter package for showing Transfer Function properly.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on tfmodel