
Building a Mental Health Journal App: Mood Tracking, Notifications, Support
When I first decided to build Melo, my goal was simple: create a mental health journal app that people could use. I wanted it to be more than just a…
When I first decided to build Melo, my goal was simple: create a mental health journal app that people could use. I wanted it to be more than just a…
One of the best ways to process emotions, track personal growth, and gain clarity during challenging times. But let’s be honest, sometimes we don’t realize how we’re feeling until we…
Journaling is a deeply personal experience where one writes his/her thoughts, feelings, and reflections. So creating a seamless and secure way to record and store entries is critical for any…
As we entered a new year, I’ve been reflecting on the wins, losses, and lessons learned from the previous. One of the most important lessons I’ve embraced is the need…
In the previous blog post we talked about the importance of testing in app development, especially for Flutter developers. We went into details about the three main types of tests…
Let’s be honest. Testing isn’t the most fun part of app development, but it’s one of the most important. Whether it’s a bug that sneaks into your app at the…
Have you ever found your Flutter app becoming harder to maintain as it grows? This is a common challenge for developers who start without a clear architectural plan. And that…
In the world of modern app development, APIs bridge the gap between your app and the data it needs. They are the backbone of app development, powering everything from data…
Managing state effectively is crucial for creating a smooth user experience in any app. The Bloc pattern, one of Flutter’s most robust state management solutions, helps you achieve this with…
Throughout my years of building apps with Flutter, one of the things I learned is how to manage state in an app. I wanted to write an article that takes…