dart_ecg 0.1.1
dart_ecg: ^0.1.1 copied to clipboard
Pure Dart port of NeuroKit2 ECG processing module. Provides ECG signal cleaning, R-peak detection, delineation, quality assessment, simulation, and full processing pipeline.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dart_ecgWith Flutter:
$ flutter pub add dart_ecgThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
dart_ecg: ^0.1.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:dart_ecg/dart_ecg.dart';