android_battery_level_plus
A Flutter plugin to access the device's current battery level on Android.
0.0.3
Bibhu23/battery_plugin
What this package is like to depend on
Last release today
23 Aug 2026
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
0 months old
3 releases · first in 2026
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · Aug 2026 to Aug 2026Releases
latest 3-
0.0.323 Aug 2026Release notes
Open source →- New Feature: Charging State Detection - Added
isCharging()to check if the device is currently connected to power. - New Feature: Detailed Charging Info - Added
getChargingStatus()which returns a map containing the current status (e.g., Charging, Full, Discharging) and the power source (e.g., AC Charger, USB, Wireless). - Native Enhancements - Improved the Android Java implementation to properly handle system battery broadcasts for more accurate data.
- Bug Fixes - Fixed communication errors between Dart and Java when passing complex data structures.
- Example Update - Updated the example app UI to demonstrate all new charging and power source features.
- New Feature: Charging State Detection - Added
-
0.0.221 Aug 2026Release notes
Open source →- Cleaned up example code by removing boilerplate comments.
- Updated package version to 0.0.2.
-
0.0.116 Aug 2026Release notes
Open source →- Initial release of the battery_plugin.
- Added support for fetching battery level on Android.