While FlutterCon EU 2025 recordings are still cooking, I have a great #FlutterWatchClub recommendation from the last year lineup. I rewatched it myself just recently when preparing my talk about β€œAutomation in enterprise-scale Flutter projects”.

β€œZero runtime errors: Exploring Static Code Analysis techniques in Flutter” by @dariadroid - #Dart and #Flutter GDE, author of "Flutter Design Patterns & Best Practices", tech writer and public speaker, co-founder of BBapps.

πŸ‘‡πŸ»

This session takes a deep dive into static code analysis β€” a powerful way to prevent bugs before you even run your app. It covers:
βœ… Making development cycles faster and more productive;
βœ… Configuring built-in static code analysis mechanism to work best in your project;
βœ… Creating own custom lints with custom_lint to enforce unique team conventions and style;
βœ… Extra libraries and tools like Dart Code Metrics.

πŸ‘‡πŸ»

If you want to make your Flutter apps more reliable, consistent, and performant, this talk is a must-watch!

πŸ“Ί Check it out here: https://www.droidcon.com/2024/09/02/zero-runtime-errors-exploring-static-code-analysis-techniques-in-flutter/.

Zero runtime errors: Exploring Static Code Analysis techniques in Flutter - droidcon

If you ask a developer whether they would prefer to fix a bug or develop a new feature, there is no doubt they will select the latter.

droidcon