Last updated:
0 purchases
hunga battery level
hunga_battery_level #
A simple Flutter package to get the battery level of device.
Usage #
Widget build(BuildContext context) {
return Scaffold(
body: Center(
child: BatteryLevel(),
),
);
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.