Michele Volpato

Michele Volpato

This week in Flutter #108: Quarterly Flutter survey

Newsletter

The results of the Q1 survey are out. I am surprised to see that both sides of the job interview table are having problems. Hiring managers with finding qualified candidates, and job seekers with getting their skills to the level required by hiring companies.

In my experience, job seekers who do not have much experience working in established Flutter teams should concentrate on growing as software engineers. If you are a good software engineer who knows a bit of Flutter, you have a higher chance to find a job in the field, compared to a Flutter developer with no knowledge of software architecture and design.

- Michele Volpato

🧑‍💻 Development in Flutter

Resume generation in dart

by David Li

If you are looking for a job, you can make your resume stand out by generating it using Flutter. With the pdf package, you can create a pdf using widgets, like you would create a Flutter app. See an example in this repo.

Why you should use Flutter’s compute() method for intensive tasks

by David Serrano

Executing resource-intensive tasks in Flutter on the main thread could freeze your app. In this article, you’ll learn how to modify code to move intensive computation to a background thread using compute(). By utilizing this method, the heavy task is shifted to the background thread while the main thread maintains a smooth user interface.

The most important Flutter 3.10 feature that nobody talks about

by Hasan Basri Bayat

An improvement in Flutter 3.10 is the making of MediaQuery into an InheritedModel, which allows you to avoid many unnecessary rebuilds.

👨‍💻 Software engineering

Estimation Isn’t for Everyone

“I couldn’t shake the sense that if we just put the time and effort we were spending on estimates into actually completing tasks, we would get a lot more done.” This is a nice read about why, in some teams, classic Scrum estimations are a waste of time.


That’s it for this week.

If you want to comment on any of this week’s entries, you can do it in the comment section below.

Have a bug-free week,

- Michele Volpato

Subscribe to this newsletter

Receive an email every week with curated content about Dart and Flutter.

You will also receive a list of resources to learn Flutter.

    We won't send you spam. Unsubscribe at any time.

    Leave a comment