vitallens_flutter 0.1.0
vitallens_flutter: ^0.1.0 copied to clipboard
Flutter plugin for Rouast VitalLens contactless facial physiological vital signs estimation (Heart Rate, HRV, Respiration, rPPG waveforms).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add vitallens_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
vitallens_flutter: ^0.1.0Alternatively, 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:vitallens_flutter/vitallens_flutter.dart';