Anna Leushchenko πŸ‘©β€πŸ’»πŸ’™πŸ“±πŸ‡ΊπŸ‡¦'s Avatar

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

@foxanna

Engineering Leader | Tech Speaker, Author, Editor | Google Developer Expert in Dart and Flutter | Passionate about Mobile and Quality

652
Followers
105
Following
249
Posts
07.06.2023
Joined
Posts Following

Latest posts by Anna Leushchenko πŸ‘©β€πŸ’»πŸ’™πŸ“±πŸ‡ΊπŸ‡¦ @foxanna

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

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

30.09.2025 20:57 πŸ‘ 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...

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

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

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
Video thumbnail

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

19.08.2025 12:15 πŸ‘ 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... ⭐

18.08.2025 16:16 πŸ‘ 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!

18.08.2025 16:16 πŸ‘ 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

14.08.2025 13:08 πŸ‘ 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

13.08.2025 09:37 πŸ‘ 15 πŸ” 6 πŸ’¬ 0 πŸ“Œ 1

🀩 This is going to be epic!

06.08.2025 12:48 πŸ‘ 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

06.08.2025 08:49 πŸ‘ 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

06.08.2025 09:46 πŸ‘ 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! πŸ‘‡

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

29.07.2025 11:00 πŸ‘ 17 πŸ” 8 πŸ’¬ 2 πŸ“Œ 3