Advertisement Β· 728 Γ— 90

Posts by Anna Leushchenko πŸ‘©β€πŸ’»πŸ’™πŸ“±πŸ‡ΊπŸ‡¦

🟒 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.

6 months ago 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.

πŸ‘‡πŸ»

6 months ago 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.

πŸ‘‡πŸ»

6 months ago 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.

πŸ‘‡πŸ»

6 months ago 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:

πŸ‘‡πŸ»

6 months ago 1 0 1 0
Automation for Enterprise-Scale Flutter Development πŸ’™ Anna Leushchenko πŸ’™ FlutterCon EU 2025
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

πŸ‘‡πŸ»

6 months ago 4 1 1 0
Preview
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...

6 months ago 2 0 0 0
Advertisement

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;

πŸ‘‡πŸ»

6 months ago 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 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.

πŸ‘‡πŸ»

6 months ago 8 1 1 0
Post image Post image Post image Post image

Back from #FlutterConEU2025 with a full heart πŸ’™ This year was intense, exciting, and truly rewarding!

Huge thanks to organizers, fellow committee members, speakers, and everyone who stopped by to chat, reminding me once again how amazing and inspiring #Flutter community is!

6 months ago 7 0 0 0
Your Ultimate Guide to Code Generation Productivity for Flutter πŸ’™ Anna Leushchenko πŸ’™ FlutterCon 2024
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...

7 months ago 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.

7 months ago 1 0 1 0

TIL 🀯

7 months ago 3 0 0 0

What are the coolest tech conferences you recommend attending/watching/applying to?

7 months ago 1 0 1 0
Preview
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...

7 months ago 3 1 1 0
Advertisement

πŸ”Ή 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 πŸš€

7 months ago 3 0 0 0
Post image

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...

7 months ago 10 2 1 0

Fantastic! 🀩 Can’t wait to join the conference!

7 months ago 3 0 0 0
Video

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.

7 months ago 16 6 2 3
Post image

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

8 months ago 8 3 0 0
Preview
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... ⭐

8 months ago 5 1 3 0
Post image Post image Post image Post image

Maintaining barrel files in #Flutter projects can be a chore. Keeping barrel files exports in sync with the new package structure after every refactor is tedious and error-prone.

That’s where barrel_files #Dart package comes in handy!

8 months ago 5 1 1 0
Post image Post image Post image Post image

🚨 Last chance for Regular Bird tickets β€” best price ends Monday, Aug 18!

ONLY 2 WEEKS until Flutter&Friends β€˜25 πŸŽ‰

3 days of epic fun, friends, and all things Flutter!

Check the agenda & get ready! We can't wait to see everyone πŸ’™

Agenda & tickets πŸ‘‰ flutterfriends.dev

8 months ago 11 6 0 2
Post image

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

8 months ago 15 6 0 1
Advertisement

🀩 This is going to be epic!

8 months ago 3 0 0 0
Preview
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

8 months ago 3 2 1 0
Post image

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

8 months ago 18 11 2 2
Post image

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! πŸ‘‡

8 months ago 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 πŸ˜…

8 months ago 6 1 0 0
Post image

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

8 months ago 17 8 2 3