My Profile Photo

7om Tech


Crafting top-notch mobile experiences with over 10 years in Android and now in Flutter. Quality and innovation at the heart of every app journey.


  1. CSS-like Gradient in Flutter

    In one of my recent projects, we encountered the challenge of integrating gradients, but not the usual linear or radial types—this time, it was elliptical gradients. An elliptical gradient is essentially a radial gradient altered with a matrix transformation. However, accurately translating these from Figma into Flutter proved challenging; while the CSS code rendered perfectly, Flutter’s code generation didn’t quite hit the mark. Here’s a glimpse of what the CSS version looked like: …


  2. Newton: Captivating Flutter Particle Effects

    I was playing around with the Flutter casual game toolkit and the confetti animation caught my eye. Wouldn’t be cool to easily achieve this kind of effect in a flutter app? Today, i’m eager to introduce: …


  3. Flutter: Translucent Navigation

    While working on Factify Facts, I wanted to have a translucent navigation (status and navigation) for an immersive design in light and dark mode. Flutter provides everything you need to achieve this goal. However having a smooth experience on Android requires some adjustments. Let’s dive in! …


  4. Becoming Apple Developer: The Hard Way

    I‘ve been an Android Developer for almost 10 years now, recently I was playing around with Flutter and was struck by a personal fact: “I’ve never published a personal mobile application on the stores”. …