blob: b2966296580d62fc6184f1ec9d15c1f61559e4e0 [file] [log] [blame]
name: battery
description: Flutter plugin for accessing information about the battery state
(full, charging, discharging) on Android and iOS.
homepage: https://github.com/flutter/plugins/tree/master/packages/battery
# 0.3.y+z is compatible with 1.0.0, if you land a breaking change bump
# the version to 2.0.0.
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
version: 0.3.1+9
flutter:
plugin:
platforms:
android:
package: io.flutter.plugins.battery
pluginClass: BatteryPlugin
ios:
pluginClass: FLTBatteryPlugin
dependencies:
flutter:
sdk: flutter
meta: ^1.0.5
dev_dependencies:
async: ^2.0.8
test: ^1.3.0
mockito: 3.0.0
flutter_test:
sdk: flutter
e2e: ^0.2.1
pedantic: ^1.8.0
environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
flutter: ">=1.10.0 <2.0.0"