zyh_battery
A easy to use battery show widget.
Feedback welcome and Pull Requests are most welcome!
Example
import 'package:zyh_battery/zyh_battery.dart';
ZYHBatteryView(
width: 22,
height: 9,
electricQuantity: 0.8,
isCharging: true,
);