igrik12/battery_info

"heath_good" should be "health_good"

YasuakiHonda opened this issue · 1 comments

In the line 118 of BatteryInfoPlugin.kt, you have:
BatteryManager.BATTERY_HEALTH_GOOD -> "heath_good"

Quite likely "heath_good" should be "health_good" so that the line should look like:
BatteryManager.BATTERY_HEALTH_GOOD -> "health_good"

I am writing a small battery app in flutter and this plugin helps a lot. Happy hacking!

Resolved in the latest PR