"heath_good" should be "health_good"
YasuakiHonda opened this issue · 1 comments
YasuakiHonda commented
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!
igrik12 commented
Resolved in the latest PR