π’ Ongoing maintenance automation: closing stale PRs, deleting stale branches, updating dependencies, and other recurring tasks.
If youβre working on a medium-to-large Flutter project, this talk is packed with practical examples of automation you can start applying right away.
16.10.2025 09:58
π 2
π 0
π¬ 0
π 0
π’ Build and distribution automation: applying built-time configuration and security protections, distributing internal builds, collecting and broadcasting release information, and more.
ππ»
16.10.2025 09:58
π 1
π 0
π¬ 1
π 0
π’ Pull request automation: ensuring the codebase is properly formatted, has zero analyzer warnings and zero failing tests, checking dependencies and licenses, and more.
ππ»
16.10.2025 09:58
π 0
π 0
π¬ 1
π 0
π’ Local development automation: using code generation with build_runner and mason, maintaining a monorepo setup with melos, standardising new dev machine setup, and more.
ππ»
16.10.2025 09:58
π 0
π 0
π¬ 1
π 0
This session is focused on how automation can help large teams ship faster, maintain consistency and high code quality standards, and reduce manual overhead as Flutter projects grow in size and complexity.
It covers:
ππ»
16.10.2025 09:58
π 1
π 0
π¬ 1
π 0
Automation for Enterprise-Scale Flutter Development π Anna Leushchenko π FlutterCon EU 2025
YouTube video by Anna Leushchenko
The recording of my #FlutterConEU2025 talk "#Automation for Enterprise-Scale #Flutter Development" is now live!
youtu.be/GIonH1PpI0g
ππ»
16.10.2025 09:58
π 4
π 1
π¬ 1
π 0
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.
β
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!
www.droidcon.com/2024/09/02/z...
03.10.2025 12:12
π 2
π 0
π¬ 0
π 0
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;
ππ»
03.10.2025 12:12
π 0
π 0
π¬ 1
π 0
#FlutterWatchClub recommendation: βZero runtime errors: Exploring Static Code Analysis techniques in Flutterβ by Daria Orlova at FlutterCon EU 2024
π£ #FlutterWatchClub recommendation!
"Zero runtime errors: Exploring Static Code Analysis techniques in Flutter" by @dariadroid.flutter.community - #Dart and #Flutter GDE, author of "Flutter Design Patterns & Best Practices", tech writer and public speaker, co-founder of BBapps.
ππ»
03.10.2025 12:12
π 8
π 1
π¬ 1
π 0
Your Ultimate Guide to Code Generation Productivity for Flutter π Anna Leushchenko π FlutterCon 2024
YouTube video by Anna Leushchenko
I am sharing a lot of advice on managing a codebase that extensively uses code generation in this talk: www.youtube.com/watch?v=5ey4...
08.09.2025 20:53
π 1
π 0
π¬ 1
π 0
Yes, this is what we do in our 500+ packages project. Regenerating code in a separate package takes about 2 mins. And the project is always in a compilable state because the generated code is already there.
08.09.2025 20:52
π 1
π 0
π¬ 1
π 0
TIL π€―
29.08.2025 15:55
π 3
π 0
π¬ 0
π 0
What are the coolest tech conferences you recommend attending/watching/applying to?
26.08.2025 18:24
π 1
π 0
π¬ 1
π 0
bdd_widget_test | Dart package
A BDD-style widget testing library. Generates Flutter widget tests from *.feature files.
Just updated bdd_widget_test!
β οΈ Heads up: This release includes a breaking change. I had to remove some functionality. If you miss it, please reach out!
π Mind-blowing: 61K+ downloads last week! Happy to see that so many of you find it useful.
Check it out: pub.dev/packages/bdd...
25.08.2025 11:59
π 3
π 1
π¬ 1
π 0
πΉ How to create your own custom annotations
πΉ Writing analyzer rules powered by annotations
πΉ Using annotations to drive code generation
No matter your experience level, youβll leave with practical techniques you can immediately apply in your #Dart and #Flutter projects π
25.08.2025 12:26
π 3
π 0
π¬ 0
π 0
I am so excited to share what Iβve been preparing for my upcoming talk βBehind the @ β Dart Annotations in Depthβ for @flutterfriends.dev conference! π₯
Iβve put together a mix of beginner-friendly and advanced topics, including:
πΉ Built-in Dart annotations you can already use today...
25.08.2025 12:26
π 10
π 2
π¬ 1
π 0
Fantastic! π€© Canβt wait to join the conference!
25.08.2025 10:02
π 3
π 0
π¬ 0
π 0
Check out the finalized version of this years Flutter & Friends e-ink badge! π
Disclaimer: No @labenz.dev were hurt in the making of this production.
25.08.2025 09:38
π 16
π 6
π¬ 2
π 3
Think Dart annotations stop at @override and @deprecated? π€
@foxanna.bsky.social will show how custom annotations can document code, trigger analyzer warnings, and even power code generators β boosting developer experience and maintainability.
Join Anna π flutterfriends.dev
19.08.2025 12:15
π 8
π 3
π¬ 0
π 0
barrel_files | Dart package
Generate barrel files for Dart and Flutter packages with build_runner based on code annotations
Annotate classes or top-level elements with @includeInBarrelFile, and the package will generate an up-to-date barrel file for you!
β
No more manual updates of barrel files
β
Only the intended APIs get exposed
β
Internal code stays hidden
Check it out on pub.dev/packages/bar... β
18.08.2025 16:16
π 5
π 1
π¬ 3
π 0
Accessibility is a right, not a feature π
In 40 minutes, @enzoconty.flutter.community will show you how to make your Flutter app WCAG 3.0-compliant β from auditing and fixing issues to tricky cases like charts, keyboard support, and image descriptions.
Donβt miss out π flutterfriends.dev
13.08.2025 09:37
π 15
π 6
π¬ 0
π 1
π€© This is going to be epic!
06.08.2025 12:48
π 3
π 0
π¬ 0
π 0
Why Experts Struggle With Known Problems in Software Architecture
How past experience holds you back
π§΅ Just published an article on why solving NEW problems is easier than KNOWN ones (especially for experts): olexale.medium.com/0a95cef1dd63
TL;DR π
1/ We fall into the pattern-matching trap. Solved it before? Must use the same solution again.
1/6
06.08.2025 08:49
π 3
π 2
π¬ 1
π 0
Have you seen our stellar 2025 lineup? π€©
From custom widgets and mind-blowing Flutter use cases to accessibility, games, AI on-device, and design systems β weβve got it all! β
Donβt get FOMO π flutterfriends.dev
06.08.2025 09:46
π 18
π 11
π¬ 2
π 2
Ready for the friendliest Flutter conference of the year? π
We're kicking things off with a full day of social activities, but with so many great options, how do you choose?
Take our fun little test to find your perfect match, and let us know your result in the comments! π
04.08.2025 10:33
π 9
π 2
π¬ 0
π 1
Only 1 month left until the one and only @flutterfriends.dev conference! π
Iβve got 2 tickets (conference + workshops) Iβm not using β snagged them for just β¬190 each with the early bird deal π₯
DM me if youβd like to grab one! Or both π
31.07.2025 21:27
π 6
π 1
π¬ 0
π 0
More Flame, more game π₯
Join @luanpotter.bsky.social & @wolfenra.in for a hands-on intro to flame_3d β no 3D experience needed!
Build a mini third-person platformer game with real assets, lighting & animation πΎ
Grab your spot π flutterfriends.dev
29.07.2025 11:00
π 17
π 8
π¬ 2
π 3