battery_plus_tizen 1.1.4
battery_plus_tizen: ^1.1.4 copied to clipboard
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.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add battery_plus_tizenThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
battery_plus_tizen: ^1.1.4Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.