battery_tizen 1.0.1 copy "battery_tizen: ^1.0.1" to clipboard
battery_tizen: ^1.0.1 copied to clipboard

discontinuedreplaced by: battery_plus_tizen
outdated

Flutter plugin for accessing information about the battery state (full, charging, discharging) on Tizen.

battery_tizen #

The Tizen implementation of battery.

Usage #

This package is not an endorsed implementation of battery. Therefore, you have to include battery_tizen alongside battery as dependencies in your pubspec.yaml file.

dependencies:
  battery: ^1.0.11
  battery_tizen: ^1.0.1

Then you can import battery in your Dart code:

import 'package:battery/battery.dart';

For detailed usage, see https://github.com/flutter/plugins/tree/master/packages/battery/battery#usage.

Supported devices #

This plugin is supported on these types of devices:

  • Galaxy Watch (running Tizen 4.0 or later)
0
likes
20
pub points
0%
popularity

Publisher

verified publishertizen.org

Flutter plugin for accessing information about the battery state (full, charging, discharging) on Tizen.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

battery_platform_interface, flutter

More

Packages that depend on battery_tizen