battery_plus_tizen 1.1.4 copy "battery_plus_tizen: ^1.1.4" to clipboard
battery_plus_tizen: ^1.1.4 copied to clipboard

discontinued

A Flutter plugin to access various information about the battery of the device the app is running on. This is a tizen implementation of the battery_plus plugin.

battery_plus_tizen #

pub package

Discontinued #

This project has been discontinued, and will not receive further updates. If you need any features related to this project, please request to here.


The Tizen implementation of battery_plus.

Usage #

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

dependencies:
  battery_plus: ^4.0.1
  battery_plus_tizen: ^1.1.4

Then you can import battery_plus in your Dart code:

import 'package:battery_plus/battery_plus.dart';

For detailed usage, see https://pub.dev/packages/battery_plus#usage.

Supported APIs #

  • Battery.batteryLevel
  • Battery.isInBatterySaveMode
  • Battery.batteryState
  • Battery.onBatteryStateChanged

Supported devices #

  • Galaxy Watch series (running Tizen 5.5)
1
likes
130
points
23
downloads

Publisher

verified publishertizen.org

Weekly Downloads

A Flutter plugin to access various information about the battery of the device the app is running on. This is a tizen implementation of the battery_plus plugin.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

battery_plus_platform_interface, flutter

More

Packages that depend on battery_plus_tizen

Packages that implement battery_plus_tizen