top of page
Pawan Kumar

Pawan Kumar

Founder - Codepur | Advocate @0xpolygon | Google Developer Expert - Flutter, Firebase | 125K+ Youtube ▶️ | 60K+ Linkedin | 35K+ Twitter | 10K+ Github

Pawan Kumar is a Lead Engineer at Frontier and an Advocate for technology. With over 8 years of experience in mobile application development, he has honed his skills in a variety of technologies. He is highly recognized in the developer community and has been awarded as a Google Developer Expert for his expertise in Flutter and Firebase. Pawan has been able to establish a strong social media presence with over 125K subscribers on YouTube, 60K followers on LinkedIn, and 35K followers on Twitter. His contributions to open-source software have earned him a considerable following with over 10K followers on Github. With his vast experience and strong influence, Pawan is a highly valued asset to the technology community.

Crash-Proof Flutter: Building Apps That Refuse to Die

Every Flutter developer has experienced it: A production app crashes due to an unexpected null value, a changed API response, or a setState called after dispose. Your perfectly tested app meets the chaos of the real world, and users suffer. What if your app could gracefully handle these failures without crashing? In this talk, I'll demonstrate a defensive architecture pattern that makes Flutter apps resilient to common production failures. You'll see live demos of apps surviving null pointer exceptions, handling malformed API responses, and preventing setState crashes - all while maintaining a smooth user experience. Key takeaways: * Build a crash-resistant architecture that goes beyond simple try-catch blocks * Implement smart fallback strategies for graceful degradation * Create widgets that handle errors at the framework level * Monitor and log failures without impacting users * Real-world patterns from apps with 90% crash-free rates Perfect for: Flutter developers who want to build production-ready apps that survive real-world chaos, team leads looking to reduce crash rates, and anyone tired of 3 AM bug fixes.
bottom of page