shellmaster

Building Shellmaster: A Fun Way to Learn Linux Shell Commands

Learning Linux shell commands can be daunting, but what if it could be fun? That’s the idea behind Shellmaster, a quiz game app that helps users master shell and bash commands through engaging quizzes. Check it out on Google Play Store: Shellmaster - Apps on Google Play While building Shellmaster, I encountered several interesting technical challenges and learned a lot about Flutter, PocketBase, Unleash feature flags, and Google Play Console deployment. In this article, I’ll share some key takeaways from the development journey. ...

April 6, 2025 · 4 min
flutter-refactoring

7 Ways to Refactor Your Flutter Application

Refactoring is a vital part of maintaining and improving your Flutter application. It ensures your codebase remains clean, consistent, and efficient as your app grows. In this article, we’ll explore seven practical ways to refactor your Flutter application. 1. Use Parameters in Widgets for Consistency When building widgets, hardcoding values like padding or fontSize can lead to inconsistencies. Instead, pass these values as parameters to make widgets reusable and consistent. ...

January 7, 2025 · 6 min
goalpacer

First Flutter app for marathon training

I am proud to say that I was able to build my first flutter app in 4 days more or less ready for production. Before these days I hadn’t any experience about flutter. But I always like the idea to easily build apps for personal use. After some failed attempts to build some useful personal apps over the last two years using python i heard about flutter. So this month I had some free time and set me the challenge to learn flutter, build an android app and publish it to google play store IN 4 DAYS. ...

November 16, 2024 · 2 min