Our Blog

Our Blog

Latest insights on technology and innovation

Refactoring Duplicated View Logic into Mixins in Flutter
clean-architecture
Medium
March 23, 20263 min read

Refactoring Duplicated View Logic into Mixins in Flutter

https://app.leonardo.ai/When building Flutter apps with state management solutions like ChangeNotifierProvider or StateNotifierProvider, it’s very common to end up duplicating logic across multiple vi...

Read More
Flutter: Riverpod FutureProvider When, Why, and When Not to Use It
flutter
Medium
January 12, 20263 min read

Flutter: Riverpod FutureProvider When, Why, and When Not to Use It

https://app.leonardo.ai/If you’ve been writing Flutter apps for a while, you’ve almost certainly used FutureBuilder. It works, it’s simple, and it’s everywhere in Flutter examples. Then you meet River...

Read More
Why Your Flutter iOS App Doesn’t Appear in Google Ads (Even After Linking Firebase)
analytics
Medium
November 10, 20252 min read

Why Your Flutter iOS App Doesn’t Appear in Google Ads (Even After Linking Firebase)

Android app appears in Google Ads just fine, but the iOS app — though linked in Firebase — can’t be selected when creating new conversion actions. app.leonardo.aiWhat We Have? In your Google Ads accou...

Read More
Flutter | Starting New Project Basic Setup Guide
software-engineering
Medium
October 30, 20256 min read

Flutter | Starting New Project Basic Setup Guide

https://app.leonardo.ai/When starting a new Flutter project, it’s tempting to jump straight into building screens and features. However, a proper initial setup can save you countless hours down the li...

Read More
Jetpack Compose: State Management for Flutter Developers
android-app-development
Medium
October 30, 20256 min read

Jetpack Compose: State Management for Flutter Developers

https://www.freepik.comIf you’ve been developing with Flutter, you already understand the core idea of declarative UI — “UI = function of state.” Jetpack Compose is built on the same philosophy. But h...

Read More
Flutter: Ephemeral State Management with Riverpod
flutter
Medium
October 6, 20254 min read

Flutter: Ephemeral State Management with Riverpod

https://app.leonardo.aiManaging ephemeral (short-lived, UI-specific) state in Flutter can be tricky, especially when using a state management solution like Riverpod. While Riverpod is fantastic for sh...

Read More