top of page


7-9 OCT. 2026
BERLIN


( SPEAKER )
Majid Hajian
Cloud & AI Solutions Engineer @Microsoft
( SESSION )
Welcome Address
( SESSION )
Let’s Talk About Memory Leaks In Dart And Flutter
Memory leaks can be annoying as they are hard to spot and recreate compared to syntax errors or logic bugs usually appearing in the development phase. Memory leaks in Flutter applications are getting even more complex with the addition of layers of widgets and controllers combined with listeners over time, which may result in performance issues or unexpected crashes for users after prolonged use.
In this talk, I will explore Dart and Flutter memory leaks and memory bloating, how they occur, their importance in coding practices, solutions to debug memory leaks and identify them, such as DevTools and Leak Tracker, and shifting left by relying on static analyzer tools and how they can prevent such leaks from sneaking into your code base.
This talk includes many examples from real applications I have worked on in the last few years.
( SESSION )
Flutter Widgets Probably Haven’t Heard Of
Working with Flutter every day and getting fascinated by its hidden potential, I always discover something new! And you probably have even heard it, either.
In this talk, I’ll showcase underrated Flutter widgets that can simplify layouts, boost performance, or help you become more efficient. I will also go deeper and show you the implementation behind these widgets and how they work.
bottom of page