battery_plus_watchos 0.1.0
battery_plus_watchos: ^0.1.0 copied to clipboard
watchOS implementation of the battery_plus plugin, reporting battery level, charging state, and low-power mode from WKInterfaceDevice via dart:ffi.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add battery_plus_watchosThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
battery_plus_watchos: ^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:battery_plus_watchos/battery_plus_watchos.dart';