Our Blog

Our Blog

Latest insights on technology and innovation

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
Managing 70+ Screens in the Naberise App
flutter-app-development
Medium
September 13, 20253 min read

Managing 70+ Screens in the Naberise App

https://app.leonardo.ai/In Flutter projects, state management and context-dependent in-page operations are usually handled separately. While Riverpod provides a strong solution for state management, t...

Read More