sleep_stage_chart 1.1.2
sleep_stage_chart: ^1.1.2 copied to clipboard
A Flutter plugin for displaying visual charts of sleep stages and sleep quality data, and also supports meditation charts. Compatible with Android, iOS and Windows platforms.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sleep_stage_chartThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sleep_stage_chart: ^1.1.2Alternatively, 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:sleep_stage_chart/sleep_stage_chart.dart';