top of page
FlutterCon_logo.png

21 NOVEMBER, 2026

BANGALORE

FlutterCon_icon_turned.png
Anita_Singh_edited.jpg

( SPEAKER )

Jaldeep Asodariya

Lead Engineer

HighLevel

Jaldeep Asodariya is a Lead Engineer at HighLevel with a rich background in building scalable, production-grade Flutter and Android applications. Blending deep technical expertise in mobile architecture and AI integration with full-stack capability, he focuses on crafting high-performance digital experiences and driving engineering excellence across teams.

Beyond core engineering, Jaldeep is deeply committed to empowering the global developer ecosystem. He serves as a Co-Organizer for Google Developer Groups (GDG) Ahmedabad and FlutterFlow Developer Groups (FFDG) Ahmedabad, a Program Committee Member for FlutterCon India, and an active jury member for regional hackathons.

An avid public speaker, Jaldeep regularly takes the stage at major tech conferences, DevFests, and technical workshops across India to share insights on mobile architecture, emerging frameworks, and developer productivity. Whether mentoring talent or leading sessions, he thrives at the intersection of technology, leadership, and community growth.

Unconference Roundtable

Tracking the Unpredictable: Monitoring AI Costs and Performance

Adding cloud-based AI to a Flutter app is exciting, but monitoring it in production is a massive headache. Unlike standard APIs that give predictable success or error codes, AI models are completely unpredictable. The core tension lies in tracking a system that changes constantly: two users can ask the same question, but the app might use vastly different amounts of data, run at different speeds, and cost different amounts of money each time, making it incredibly hard to spot real performance bottlenecks before your API bill spikes. This roundtable is a practical space for developers to discuss how they keep an eye on AI features after they go live. We will step away from basic app analytics to look at the broad challenge of tracking AI telemetry, managing usage tokens, and measuring the actual quality of AI responses. Join us to share what tools and metrics you use to keep your AI-powered apps fast, reliable, and affordable.

Session

From Android Things to Flutter: Building a Smart Home App on Raspberry Pi

A few years ago, embedded development meant flashing Android Things onto an NXP Pico board and wiring up Google Assistant to control an LED. That platform is gone, but the problem — building real, controllable smart-home hardware without needing a background in embedded systems — hasn't. Flutter and Raspberry Pi are a surprisingly capable answer today. This talk documents building an actual smart-home app with Flutter running on a Raspberry Pi: setting up Flutter for embedded Linux, building a touch-friendly UI for local device control, wiring up GPIO to control real hardware (lights, sensors), and connecting the app to a backend so the same Flutter codebase can also run as a companion mobile app. Along the way, I'll compare this approach to the Android Things + Google Assistant stack I used to build a similar project on, and talk about what's genuinely easier now, what's harder, and what embedded Flutter still can't do well. Expect a live, on-stage demo of a physical light being controlled from a Flutter UI — built specifically for this talk. Key Takeaways: 1. How to get Flutter running on a Raspberry Pi for embedded/kiosk-style UI 2. Practical patterns for talking to GPIO and real hardware (lights, sensors) from a Flutter app 3. How to structure a shared codebase so the same app logic drives both an embedded touch UI and a companion mobile app 4. A direct comparison of building smart-home hardware with Android Things vs. Flutter on Raspberry Pi today — what improved, what got harder 5. Live hardware demo: controlling a physical light from a Flutter UI on-stage
bottom of page