Skip to content

Commit

Permalink
Merge pull request #57 from andreped/v0.2.0
Browse files Browse the repository at this point in the history
New beta release v0.2.0 - refactored README
  • Loading branch information
andreped authored Aug 4, 2024
2 parents 55ee007 + 75ba21d commit c811e82
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 4 deletions.
24 changes: 21 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,42 @@
<p align="center" width="100%">
<img src="assets/icon/app_icon_transparent.png" width="20%" height="20%">
<h1 align="center">IronFlow</h1>
<h3 align="center">Strength training and fitness app for mobile devices.</h3>
<h3 align="center">Cross-platform mobile app for strength training progress tracking.</h3>

<h3 align="center">

[![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)
</h3>

**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.
</div>

<p align="center" width="100%">
<img src="assets/snapshots/log.png" width="22%" height="22%"> <img src="assets/snapshots/table.png" width="22%" height="22%"> <img src="assets/snapshots/visualize.png" width="22%" height="22%"> <img src="assets/snapshots/summary.png" width="22%" height="22%">
<img src="assets/snapshots/log.png" width="18%" height="18%"> <img src="assets/snapshots/summary.png" width="18%" height="18%"> <img src="assets/snapshots/records.png" width="18%" height="18%"> <img src="assets/snapshots/visualize.png" width="18%" height="18%"> <img src="assets/snapshots/table.png" width="18%" height="18%">
</p>

## 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

Expand Down
Binary file modified assets/snapshots/log.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/snapshots/records.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/snapshots/summary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/snapshots/table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/snapshots/visualize.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c811e82

Please sign in to comment.