'Minimalistic Push' is a minimalistic push-up application now built with Flutter.

Overview

Minimalistic Push

style: effective dart License: MIT

Minimalistic Push is one of the simplest push-up trackers out there. You can track your push-ups in the training mode and see an overview of your sessions.

Table of Contents

Background

A few years ago, I experimented with PhoneGap and uploaded a more simpler app to the Google Play Store (Google Play). As it turns out, people still download and try the app, even if there isn't much functionalty there. The project files can still be found in the 'legacy_web' directory in this repository. To improve my Flutter skills, I decided to give the app the update it deserves and provide maybe the simplest push-up tracker to the stores.

Functionality

On the first start, the user is welcomed by three onboarding pages. These pages inform about the use and benefits of the app. After this, the user gets navigated to the main screen of the app. The main purpose of the app is to do your push-ups and track your progress with your nose ('Training Mode'). You can save your sessions in an offline database and also list your previous sessions ('Sessions Overview'). Furthermore, the 'Settings' screen gives the user the ability to clear all the sessions and change the theme of the app.

Design

The design is planned to be both simple and beatiful. One of the key design elements is the variable background. Is should inform the user about the training progress and also show the progress from session to session in a subtile way.

Features

  • onboarding experience
  • track sessions with your nose (hardcore)
  • track sessions with the proximity sensor
  • insert session into the database
  • list you previous sessions
  • share your progress
  • export and import sessions
  • change themes in the settings

Features (upcoming versions)

Please feel free to mail me your ideas and wishes for future versions of 'Minimalistic Push'.

Platforms

This Flutter app is already released for both iOS and Android. There is also a beta version available for iOS TestFlight. Feel free to get all the links from my website.

Contributions

Because the main features and the design of the app are not finished, there won't be any collaborations for now. This will possibly change in the future.

You might also like...
The application display album artwork with detailed information from the iTunes API.
The application display album artwork with detailed information from the iTunes API.

Music-Info The application display album artwork with detailed information from the iTunes API. UIKit, CoreData, Foundation Navigation (TabBarControll

SimplePlayer - A simple application to fetch songs from iTunes Library by searching song's artist

SimplePlayer is a simple application to fetch songs from iTunes Library by searching song's artist.

Detect-a-Beacon - An educational application using Apple iBeacon technology to detect beacons
Detect-a-Beacon - An educational application using Apple iBeacon technology to detect beacons

Detect-a-Beacon An educational application using Apple iBeacon technology to det

Nobetci Eczacim is open-source App Store Application which users can get pharmacy information and location easily and safely.

Pharmacy-On-Duty Nobetci Eczacim Project Description This project designed for make it easier for people to search for a pharmacy on duty. App Store A

Flutter openvpn - A new Flutter plugin that uses OpenVpn

flutter_openvpn A new Flutter plugin that uses OpenVpn. Installation Depend on i

Push Hero - pure Swift native macOS application to test push notifications
Push Hero - pure Swift native macOS application to test push notifications

Dropdowns ❤️ Support my app ❤️ Push Hero - pure Swift native macOS application to test push notifications Quick Access - Organise files in the Mac men

Full Stack Mobile Application built with Flutter, Java Spring-Boot and MongoDB
Full Stack Mobile Application built with Flutter, Java Spring-Boot and MongoDB

👨‍🍳 Calling all chefs! Pocket Recipes is a recipe storage application with additional features that make organizing your recipes very easy.

On This Day is a cross-platform smartphone application built with Flutter, fetching facts from the NumbersAPI
On This Day is a cross-platform smartphone application built with Flutter, fetching facts from the NumbersAPI

On This Day is a cross-platform smartphone application built with Flutter, fetching facts from the NumbersAPI. There are three ways to fetch facts, by date (MM/YY format), by day of the year (1-366) and randomly.

OS X app for sending push with Apple Push Notification service (APNs)
OS X app for sending push with Apple Push Notification service (APNs)

pushHandle OS X app for sending push with Apple Push Notification service (APNs) About This app was created just to allow painless testing of push not

A library to recreate the iOS Apple Music now playing transition
A library to recreate the iOS Apple Music now playing transition

DeckTransition DeckTransition is an attempt to recreate the card-like transition found in the iOS 10 Apple Music and iMessage apps. Hereʼs a GIF showi

Now playing controller from Apple Music, Mail & Podcasts Apple's apps.
Now playing controller from Apple Music, Mail & Podcasts Apple's apps.

SPStorkController About Controller as in Apple Music, Podcasts and Mail apps. Help if you need customize height or suppport modal style in iOS 12. Sim

Professional Radio Station App - now supports Swift 5 / Xcode 10!
Professional Radio Station App - now supports Swift 5 / Xcode 10!

Swift Radio Swift Radio is an open source radio station app with robust and professional features. This is a fully realized Radio App built entirely i

Drawing and Geometry made easy on iOS - now in Swift 3.0

InkKit Swift Support Swift 4.0 InkKit is Swift 4.0 by default, so to use that just include InkKit in your podfile: pod 'InkKit' Swift 3.2 In order to

Are you sure the chemical compounds of your daily use are 100% safe? Use Chem-Aware, identify them right now!
Are you sure the chemical compounds of your daily use are 100% safe? Use Chem-Aware, identify them right now!

View Project On Devpost: Built With: PubChem's REST API How To Install Chem Aware: Prerequiste: Latest Version of Xcode and Simulators installed The a

1D and 2D barcodes reader and generators for iOS 8 with delightful controls. Now Swift.

RSBarcodes, now in Swift. RSBarcodes allows you to read 1D and 2D barcodes using the metadata scanning capabilities introduced with iOS 7 and generate

ABMediaView can display images, videos, as well as now GIFs and Audio!
ABMediaView can display images, videos, as well as now GIFs and Audio!

Media view which subclasses UIImageView, and can display & load images, videos, GIFs, and audio and from the web, and has functionality to minimize from fullscreen, as well as show GIF previews for videos.

Integrate Pianobar with the Now Playing feature of macOS
Integrate Pianobar with the Now Playing feature of macOS

PianobarNowPlayable - Integrate Pianobar with the Now Playing feature of macOS Ever wanted to control Pianobar like you do most other music applicatio

LaunchKit - A set of web-based tools for mobile app developers, now open source!

LaunchKit This repo contains an unbranded version of all the code that once powered LaunchKit. This notably includes Screenshot Builder, a web UI for

Array diffs as collection view wants it - now in Swift ✨
Array diffs as collection view wants it - now in Swift ✨

Doppelganger-Swift Inspired by Doppelganger written in Swift Features Removes confusion from users when data changes Animates moving, inserting and de

Comments
  • Add a URI scheme deep link

    Add a URI scheme deep link

    Hi! I'm working for Potential, a habit-tracking app that lets people set intentions and launch other apps to complete those intentions.

    One of our users loves Minimalistic Push and would like to launch it from Potential. We usually do this with the URI scheme of an app.

    Unfortunately Minimal Push does not have a URI scheme set yet. It should be simple to add. Following these Flutter docs, I produced a commit with the changes that should add a deep link: https://github.com/th0rgall/minimalistic_push/commit/c1ce17ce1c0a516743c33299bbb8cde6b161a410.

    I did not make suggest a PR yet because it seems the code here is relatively old now, and there is at least one compilation issue:

    thor@pc minimalistic_push % flutter pub get
    Running "flutter pub get" in minimalistic_push...                  13.9s
    This app is using a deprecated version of the Android embedding.
    To avoid unexpected runtime failures, or future build failures, try to migrate this app to the V2 embedding.
    Take a look at the docs for migrating an app: https://github.com/flutter/flutter/wiki/Upgrading-pre-1.12-Android-projects
    The plugin `gallery_saver` requires your app to be migrated to the Android embedding v2. Follow the steps on https://flutter.dev/go/android-project-migration and re-run this command.
    

    It seems someone has to go through this migration guide first. @jonaspoxleitner are you intending to keep maintaining this project?

    opened by th0rgall 2
Releases(v1.6.2)
Owner
Jonas Poxleitner
Jonas Poxleitner
I'm trying to make Flutter based Audio Unit Extensions possible.

Flutter AUv3 Audio Unit Error Demo Motivation We are the developers of Audanika, a professional MIDI Controller app written in Flutter. Many of our us

Gabriel Gatzsche 0 Jan 5, 2022
11t is an iOS and Android app for connecting to Mastodon, written in Flutter.

README 11t is an iOS and Android app for connecting to Mastodon, written in Flutter. I connect to Mastodon on mastodon.social, but everyone can start

Jeroen Smeets 88 Dec 23, 2022
Beautiful Music Player app built using SwiftUI to demonstrate Neumorphic design pattern and MVVM architecture.

Beautiful Music Player app built using SwiftUI to demonstrate Neumorphic design pattern ?? and MVVM architecture ?? . Made with love ❤️ by Sameer Nawaz

Sameer Nawaz 120 Jan 4, 2023
An iOS and macOS audio visualization framework built upon Core Audio useful for anyone doing real-time, low-latency audio processing and visualizations.

A simple, intuitive audio framework for iOS and OSX. Deprecated EZAudio has recently been deprecated in favor of AudioKit. However, since some people

Syed Haris Ali 4.9k Jan 2, 2023
The Amazing Audio Engine is a sophisticated framework for iOS audio applications, built so you don't have to.

Important Notice: The Amazing Audio Engine has been retired. See the announcement here The Amazing Audio Engine The Amazing Audio Engine is a sophisti

null 523 Nov 12, 2022
An automated insulin delivery app template for iOS, built on LoopKit

Loop for iOS Loop is an app template for building an automated insulin delivery system. It is a stone resting on the boulders of work done by many oth

null 1.1k Jan 4, 2023
MusicPlayer - Beautiful Music Player app built using SwiftUI to demonstrate Neumorphic design pattern and MVVM architecture

Skailer ?? Beautiful Music Player app built using SwiftUI to demonstrate Neumorp

null 23 Dec 10, 2022
AudioKit 67 Dec 21, 2022
GuitarPractice - Guitar Practice app built with swift

Guitar Practice I am the sole developer and designer of this application. This i

Karl Stencell 1 Feb 7, 2022
iOS application for finding formants in spoken sounds

FORMANT PLOTTER Buy on the App Store: https://itunes.apple.com/us/app/formant-analyzer/id799183655?mt=8&uo=4&at=11l6hc&ct=fnd This is an iOS project t

William Entriken 51 Dec 25, 2022