An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

# Metrify: Track Your Metrics

> Early development preview

Get it on Google Play

![Screenshots](screenshots.jpg)

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.