ios_battery_indicator 1.2.3 copy "ios_battery_indicator: ^1.2.3" to clipboard
ios_battery_indicator: ^1.2.3 copied to clipboard

A Flutter widget that replicates the native iOS battery indicator, including support for iOS 27 style and automatic system battery monitoring.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ios_battery_indicator

With Flutter:

 $ flutter pub add ios_battery_indicator

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  ios_battery_indicator: ^1.2.3

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ios_battery_indicator/ios_battery_indicator.dart';
1
likes
0
points
609
downloads

Publisher

verified publishernoob-coder.com

Weekly Downloads

A Flutter widget that replicates the native iOS battery indicator, including support for iOS 27 style and automatic system battery monitoring.

Homepage
Repository (GitHub)
View/report issues

Topics

#battery-indicator #cupertino #widget #ui #components

License

unknown (license)

Dependencies

battery_plus, cutout, device_info_plus, flutter, ios_system_sound, version

More

Packages that depend on ios_battery_indicator