An open API service indexing awesome lists of open source software.

https://github.com/stelselim/tfmodel_flutter_package

Flutter Package for showing Transfer Function Model.
https://github.com/stelselim/tfmodel_flutter_package

control flutter package transferfunction

Last synced: about 1 month ago
JSON representation

Flutter Package for showing Transfer Function Model.

Awesome Lists containing this project

README

          

# tfmodel

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

gif

## Installation

```yaml
dependencies:
tfmodel:
```

## How To Use

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

Screenshot

Screenshot