https://github.com/tutorialsandroid/battery-monitor-windows-app
A sleek and intuitive desktop application to monitor your battery status, get alerts, and manage startup preferences. Built with Flutter and Dart.
https://github.com/tutorialsandroid/battery-monitor-windows-app
battery battery-level battery-life battery-monitor flutter flutter-apps windows windows-11
Last synced: 2 months ago
JSON representation
A sleek and intuitive desktop application to monitor your battery status, get alerts, and manage startup preferences. Built with Flutter and Dart.
- Host: GitHub
- URL: https://github.com/tutorialsandroid/battery-monitor-windows-app
- Owner: TutorialsAndroid
- License: mit
- Created: 2025-03-20T18:12:30.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-20T18:16:36.000Z (2 months ago)
- Last Synced: 2025-03-20T19:49:22.375Z (2 months ago)
- Topics: battery, battery-level, battery-life, battery-monitor, flutter, flutter-apps, windows, windows-11
- Language: C++
- Homepage:
- Size: 212 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🔋 Battery Monitoring App
A sleek and intuitive desktop application to monitor your battery status, get alerts, and manage startup preferences. Built with Flutter and Dart.
## 🔄 Features
- ✅ Real-time battery level monitoring
- ⚡ Charging status detection
- ⏰ Battery level notifications
- 🛠 System tray support
- 📉 Minimize to tray
- ⚙ Startup on boot option## 🔧 Tech Stack
- Flutter ✨
- Dart ⚡
- Battery Plus
- Tray Manager
- Window Manager
- Windows Notifications
- Shared Preferences## ⚖ Requirements
- Windows OS
- Flutter SDK## 🔍 Installation
1. Clone the repository:
```bash
git clone https://github.com/TutorialsAndroid/Battery-Monitor-Windows-App.git
cd Battery-Monitor-Windows-App
```
2. Install dependencies:
```bash
flutter pub get
```
3. Run the app:
```bash
flutter run
```## 🌟 Screenshots
| Home | Settings | About |
|------|----------|-------|
|  |  |  |## ⚠ Notifications
- Get alerts at 10% and 30% battery levels.
- Receive reminders to unplug the charger at 80%.## 🔓 System Tray Integration
- Minimize to tray.
- Restore app by clicking the tray icon.
- Access quick actions like "Show App" and "Exit."## 🔬 Settings
- Enable/Disable startup on boot.
- Choose to minimize to the system tray.## 🔍 Contributing
Contributions are welcome! Please fork the repository and create a pull request.## 📞 Contact
- GitHub: [TutorialsAndroid](https://github.com/TutorialsAndroid)
- Email: [email protected]## 💚 License
This project is licensed under the MIT License.---
Made with ❤ by [Akshay](https://github.com/TutorialsAndroid)