https://github.com/om1cael/hidroly
A minimalist hydration tracker built with Flutter.
https://github.com/om1cael/hidroly
android dart flutter health hydration wellness
Last synced: 13 days ago
JSON representation
A minimalist hydration tracker built with Flutter.
- Host: GitHub
- URL: https://github.com/om1cael/hidroly
- Owner: om1cael
- License: gpl-3.0
- Created: 2025-06-27T21:43:12.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2026-05-29T17:47:29.000Z (19 days ago)
- Last Synced: 2026-05-30T22:03:52.779Z (17 days ago)
- Topics: android, dart, flutter, health, hydration, wellness
- Language: Dart
- Homepage: https://hidroly.bymicael.com/
- Size: 11.3 MB
- Stars: 102
- Watchers: 2
- Forks: 8
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hidroly
Hidroly is a health application that helps you track and manage your water intake.
## Table of Contents
## Screenshots
|
|
|
|
|----------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------|
|
|
| 
## Features
* 💧 **Smart Hydration Tracking**: Intelligent daily goals based on your profile.
* 📈 **Summary**: Weekly, monthly and yearly chart, total intake, average intake and streak indicators.
* 🌍 **Unit System Support**: Switch between the Metric and Imperial systems.
* ⚡ **Offline**: Fast perfomance, with the bonus of no data being sent over the Internet.
## Getting Started
You'll need at least 8GB (16 recommended) of RAM to build and run this project.
```
# Clone the repository
git clone https://github.com/om1cael/hidroly.git
# Install dependencies
flutter pub get
# Generate code (Drift/Riverpod)
flutter pub run build_runner build --delete-conflicting-outputs
# Run the app
flutter run
```
## License
This project is licensed under [GPL-3.0](LICENSE).