top of page
FlutterCon_logo.png

7-9 OCT. 2026

BERLIN

FlutterCon_icon_turned.png
Anita_Singh_edited.jpg

( SPEAKER )

Pawan Kumar

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

( SESSION )

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