From fa452f5bd43ba4530a2063b1d430977a031fe3ae Mon Sep 17 00:00:00 2001 From: jake-windle Date: Sun, 7 Jul 2019 11:00:30 -0400 Subject: [PATCH] New post for releasing the application --- content/post/app-release.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 content/post/app-release.md diff --git a/content/post/app-release.md b/content/post/app-release.md new file mode 100644 index 0000000..331ab4f --- /dev/null +++ b/content/post/app-release.md @@ -0,0 +1,31 @@ +--- +title: "App Release" +date: 2019-07-07T10:45:31-04:00 +draft: false +--- + +I am writing this post to announce that I have released my first application to the app store, MyMeditationHelper, written using Flutter and Dart. I wrote this application while sitting at the dining room table at my in-laws house, just looking for something to do, and it grew into something that I felt I could actually release. The application is simple, with some basic features. + +## A meditation timer + + This is a screen with a timer that runs in the background, showing how much time has elapsed since you started the timer. + +## A calendar view + +Allowing you to click on any given day on the calendar to see your logged meditation sessions. + +## A daily session view + +Allowing you to see the logged meditation sessions for one day. + +# Why did I charge for this application? + +Because I would like to create things, and I would like to eventually support myself purely on creating things. I also believe in never showing advertisements and promise to keep the application that way. + +# Roadmap + +1. Show which days on the calendar have logged meditation sessions +2. Allow users to take notes on a meditation session. +3. Improve the look and feel of the meditation timer. +4. Anything that users bring up. +