diff --git a/README.md b/README.md index 9a8747d..88d9247 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,42 @@

IronFlow

-

Strength training and fitness app for mobile devices.

+

Cross-platform mobile app for strength training progress tracking.

+ +

[![License](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![GitHub Downloads](https://img.shields.io/github/downloads/andreped/IronFlow/total?label=GitHub%20downloads&logo=github)](https://github.com/andreped/IronFlow/releases) +![CI](https://github.com/andreped/IronFlow/workflows/Build%20APK/badge.svg) +![CI](https://github.com/andreped/IronFlow/workflows/Build%20IPA/badge.svg) +

-**IronFlow** was developed to allow free, seemless, and private tracking of training progress and activities. +**IronFlow** was developed to allow free, private, and seemless tracking of training progress and activities.

- +

+## Features + +- [x] Ability to save individual exercises with weight and number of reps and sets. +- [x] All data is stored in a private SQLite database on the device. +- [x] Ability to add new exercises. +- [x] Database with all new exercsies and sessions are preserved when upgrading app. +- [x] Tab to see current max weight lifted for each recorded exercise. +- [x] Summary tab showing exercise details for any given day. +- [x] Ability to change days in summary tab to see history. +- [x] Visualize individual weight lifted for each exercise over time. +- [x] Ability to inspect and edit all exercise runs from a table tab. + ## Continuous integration | Build Type | Status | | - | - | | **Build APK** | ![CI](https://github.com/andreped/IronFlow/workflows/Build%20APK/badge.svg) | | **Build IPA** | ![CI](https://github.com/andreped/IronFlow/workflows/Build%20IPA/badge.svg) | +| **Create Release** | ![CI](https://github.com/andreped/IronFlow/workflows/Create%20Release/badge.svg) | ## Getting started diff --git a/assets/snapshots/log.png b/assets/snapshots/log.png index 5482e74..52acd90 100644 Binary files a/assets/snapshots/log.png and b/assets/snapshots/log.png differ diff --git a/assets/snapshots/records.png b/assets/snapshots/records.png new file mode 100644 index 0000000..abdcf86 Binary files /dev/null and b/assets/snapshots/records.png differ diff --git a/assets/snapshots/summary.png b/assets/snapshots/summary.png index 9286a82..5484e22 100644 Binary files a/assets/snapshots/summary.png and b/assets/snapshots/summary.png differ diff --git a/assets/snapshots/table.png b/assets/snapshots/table.png index 37abda3..d16056e 100644 Binary files a/assets/snapshots/table.png and b/assets/snapshots/table.png differ diff --git a/assets/snapshots/visualize.png b/assets/snapshots/visualize.png index b903768..ee85a12 100644 Binary files a/assets/snapshots/visualize.png and b/assets/snapshots/visualize.png differ diff --git a/pubspec.yaml b/pubspec.yaml index b403237..36f16c4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 0.1.5+2 +version: 0.2.0+3 environment: sdk: '>=3.4.3 <4.0.0'