Our Blog

Latest insights on technology and innovation

Designing a Background Upload System in Flutter for the Naberise
flutter
Medium
April 27, 20264 min read

Designing a Background Upload System in Flutter for the Naberise

Modern mobile applications often require reliable background file uploads — whether you’re sending media, syncing offline data, or processing batch operations. The challenge is not just uploading file...

Read More
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