Skip to content

CodeWithNav/BatteryAlarm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BtteryAlarm

A Application Thats Notify When Battery Is Full During Charging.

_batteryStateSubscription = _battery.onBatteryStateChanged.listen((BatteryState state) {
      _batteryState = state;
      print(state);
      setIsCharging();
    });
Device Not Connected To Charger And Battery Is Full Device Connected To Charger And Battery Is Full
a a

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published