flutter_use_battery 1.0.0
flutter_use_battery: ^1.0.0 copied to clipboard
Battery monitoring hooks for Flutter applications. Provides useBattery hook for real-time battery level and charging state tracking across platforms.
1.0.0 #
First Stable Release
Essential battery monitoring for mobile applications. Help users understand their device's power status and build more battery-conscious experiences.
Features
useBattery()
hook for seamless battery monitoring- Real-time battery level updates
- Charging state detection (plugged/unplugged)
- Reliable cross-platform support for iOS and Android
- Efficient updates that won't drain battery life
Quality Assurance
- Thoroughly tested on various devices
- Optimized for minimal resource usage
- Developer-friendly API with clear examples
0.0.4 #
Development Update to require sdk >= 2.17.0 same as flutter_hooks 0.20.0 Update to flutter_hooks ^0.20.0
0.0.3 #
Development Update to Flutter v3 Update to require sdk >= 2.14.0 Update to flutter_hooks ^0.18.5+1 Update to battery_plus ^2.1.4+1
0.0.2 #
Features
Add useBattery()
hook.