top of page
FlutterCon_logo.png

7-9 OCT. 2026

BERLIN

FlutterCon_icon_turned.png
Anita_Singh_edited.jpg

( SPEAKER )

Bettina Carrizo

TAM at Lugapel AppSec | Flutter & Dart GDE | WTM Ambassador

( SESSION )

Why Your Context Doesn’t Work (And How to Fix It)

Understanding BuildContext is key to mastering Flutter, and yet it’s one of the most common sources of confusion, especially when your app crashes at runtime with unexpected ancestor errors or broken navigation. In this talk, I'll guide you towards building a clear mental model of how BuildContext works under the hood, then dive you into hands-on examples showing when and why things break, and how to fix them. We’ll cover: - What BuildContext actually represents in the widget tree - How scope affects access to Provider, Theme, and Navigator - Common pitfalls with async code, modals, and rebuilds - Real-world patterns using Builder, mounted, and context-safe navigation Expect live coding, diagrams, and debugging tips that make the behavior of BuildContext finally click. You'll leave ready to use it the right way, and stop guessing when things don’t work as expected.
bottom of page