ventilatorgraph 0.1.0 copy "ventilatorgraph: ^0.1.0" to clipboard
ventilatorgraph: ^0.1.0 copied to clipboard

Recently people had been developing ventilator using Andruino and Flutter and one of the component needed is the Graphic showing input data from the sensor to the monitor. This widget use the same log [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ventilatorgraph

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  ventilatorgraph: ^0.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ventilatorgraph/ventilatorgraph.dart';
2
likes
30
pub points
0%
popularity

Publisher

verified publisherzenith-dashboard.com

Recently people had been developing ventilator using Andruino and Flutter and one of the component needed is the Graphic showing input data from the sensor to the monitor. This widget use the same logic which had an index variable that can be use to update the data on the screen as we loop the pointer along the sccreen. The widget uses a List as the source of the data and also an index as pointer to display and will scale the information to fit the display. Take a look at the example to see how it can be used.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on ventilatorgraph