I don't tend to talk much about anything I work on, and I figure I should probably change that.
I've recently started working again on an app idea that has its grip firm on my brain: What if a note taking app was just like sending texts to yourself (or similarly: like posting to social media, but private)? There are a few apps in this design space that I know of: StrFlow, Journelly, and Minders being the main ones I know are under active development. But none quite hit what I'm looking for yet, so I'm going to try and make what I want myself.
I'm using #Flutter to build this, and have a long way to go. I can send messages that are stored persistently in SQLite. The input field can format some amount of markdown, and the chat bubbles have more full support for it. (using a library for the chat bubble rendering, but having to make my own input field) Just added a basic search.
I'll try to post little bits of progress as I make them.



