releep_watch_connect 0.1.5
releep_watch_connect: ^0.1.5 copied to clipboard
A new flutter plugin to Connect and sync data from releep watch.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add releep_watch_connectThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
releep_watch_connect: ^0.1.5Alternatively, 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:releep_watch_connect/releep_watch_connect.dart';