https://github.com/vaetas/metrify
Metrify: Track Your Metrics (Android App)
https://github.com/vaetas/metrify
android dart flutter logging metrics
Last synced: about 1 year ago
JSON representation
Metrify: Track Your Metrics (Android App)
- Host: GitHub
- URL: https://github.com/vaetas/metrify
- Owner: vaetas
- License: gpl-3.0
- Created: 2020-03-07T22:06:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-23T20:08:57.000Z (almost 6 years ago)
- Last Synced: 2025-04-18T16:15:30.411Z (about 1 year ago)
- Topics: android, dart, flutter, logging, metrics
- Language: Dart
- Homepage:
- Size: 935 KB
- Stars: 18
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Metrify: Track Your Metrics
> Early development preview

Metrify allows you to keep metrics logs for everything. Do you want single app for your running statistics, weight measurements or even mood? Then Metrify is for you.
Define your custom types with numbers, enumerations or ranges. Create activities and track your progress. Use your own data types for maximum flexibility.
### Building
This app user Flutter. Run this app:
```shell
flutter run
```
If you edit models you will need to run `build_runner` again to generate files:
```shell
flutter packages pub run build_runner build
```
## Milestones
- [ ] Add charts and custom views.
- [ ] Notification reminders for activities.
- [ ] Export/import.
- [x] Allow grouping of entries.
