Feb 12 · 5 min read · Flutter Riverpod State Management: Clean Architecture Patterns The Mobile App That Took 6 Months (And How to Do It in 6 Weeks) Last year, our team rebuilt our mobile app from scratch. Here's what actually worked. Table of Contents Mobile Development...
Join discussionJan 5 · 11 min read · Introduction When building Flutter applications with dynamic lists, performance can quickly become an issue if not handled properly. A common problem is that when one item in a list changes, the entire ListView and all its items rebuild, causing unne...
Join discussionOct 13, 2025 · 7 min read · When I first dove into Flutter, state management felt like a dark art. Provider, BLoC, Riverpod, Redux — so many options, and every developer swears by their favorite. In 2025, Flutter is more powerful than ever, but choosing the right state manageme...
Join discussionSep 21, 2025 · 8 min read · Bismillahir Rahmanir Raheem If you're using Clean Architecture with Riverpod in Flutter (like the excellent approach detailed by Code with Andrea), you've probably faced this question: How do I organize my UI components without losing my sanity? You ...
Join discussion
Sep 17, 2025 · 6 min read · Introduction At the beginning of this month, I found myself thinking of a project that I could add to my portfolio. This project had to meet 2 criteria: It had to be simple enough to complete in a week or 2 & possess a level of complexity I hadn’t e...
WOlawale commentedAug 4, 2025 · 7 min read · When building Flutter applications with reactive state management, you'll often encounter scenarios where you need to initialize your app state from a stream-based data source. This is particularly common when using reactive databases like ObjectBox,...
Join discussion
Aug 2, 2025 · 6 min read · When building reactive Flutter applications, you often need to combine multiple streams to create a unified data flow. While packages like RxDart make this easier with combineLatest, sometimes you need maximum control or prefer to stick with vanilla ...
Join discussion
Apr 28, 2025 · 9 min read · Introduction Mobile app users increasingly expect seamless experiences regardless of network conditions. Whether on a subway, in an elevator, or in areas with spotty reception, users want to access their data, make changes, and continue using apps wi...
VMvaibhav and 1 more commented