top of page


21 NOVEMBER, 2026
BANGALORE


( SPEAKER )
Bhavik Makwana
Google Developer Expert, Flutter | Enterprise customer success engineer
FlutterFlow
Bhavik is an Enterprise Customer Success Engineer at FlutterFlow with a passion for mobile development and a drive to share knowledge. He’s a Google Developer Expert (GDE) for Flutter and Dart, a Google Certified Associate Android Developer, and an active open-source contributor.
An early adopter of Flutter, Bhavik stays closely connected to the community through blog posts, public speaking, and open-source projects.
Outside of work, he enjoys watching movies and spending quality time with his family.
Session
Building Your Own Flutter DevTools Extension
Dart and Flutter DevTools has a documented, officially supported extensions framework that lets any pub package ship its own tab inside DevTools, built with Flutter web and reusing DevTools' own UI primitives. Packages like shared_preferences, provider, patrol, and drift already do this, but almost nobody outside the package-author community knows the framework exists, and I haven't seen a single talk on building one.
In this talk I build a custom DevTools extension live for a real, relatable pain point (inspecting an app's feature-flag state at runtime), wire it into a running app, and show how any teammate gets it automatically the moment they add the pub dependency: no separate install, no separate distribution channel.
bottom of page