battery_plus_watchos 0.1.0 copy "battery_plus_watchos: ^0.1.0" to clipboard
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_watchos

This 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.0

Alternatively, 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';
0
likes
140
points
106
downloads

Documentation

API reference

Publisher

verified publisherflutterwatch.dev

Weekly Downloads

watchOS implementation of the battery_plus plugin, reporting battery level, charging state, and low-power mode from WKInterfaceDevice via dart:ffi.

Homepage
Repository (GitHub)
View/report issues

Topics

#watchos #ffi #battery

License

BSD-3-Clause (license)

Dependencies

battery_plus_platform_interface, flutter

More

Packages that depend on battery_plus_watchos

Packages that implement battery_plus_watchos