DEV Community

Cover image for This week in Flutter #43
Michele Volpato
Michele Volpato

Posted on • Originally published at ishouldgotosleep.com

This week in Flutter #43

The results from the latest quarterly Flutter survey are out. They focused on:

  • Null safety, which is, as predicted, makes the majority of developers happy;
  • Ecosystem, which satisfactory rate is increasing;
  • Text editing, a subject the Flutter team is planning to improve, both in code and with examples;
  • Mobile development.

I am not surprised to see that Xcode (for iOS dev) and Gradle (for Android dev) are problematic to deal with.
That is also what I experienced while working with Flutter.

What is stopping you from using Flutter more effectively?
Let me know in the comment section.

- Michele Volpato

Development πŸ§‘β€πŸ’»

πŸ”— Cleaner Flutter Vol. 9: Injecting dependencies

A nice explanation of dependency injection in Flutter by Marcos Sevilla,
with some code examples, and more detailed information about when using flutter_bloc and Riverpod. Followed
by Cleaner Flutter Vol. 10: State and UI which is a very
nice reading about state management. I suggest you have a look at the entire "Cleaner Flutter" series.

Tools πŸ› 

πŸ”— How to distribute Flutter Desktop app binaries using GitHub Actions

In this article, Angelo Cassano describes the steps he took to create
executables for macOS, Windows, and Linux using GitHub Actions for
his MacRecoveryX Flutter app.

πŸ”— VSCode Shortcuts, Extensions & Settings for Flutter Development

[...]

Read the rest on my website.

Join the Flutter and Dart newsletter and receive it weekly in your inbox.

Top comments (3)

Collapse
 
ats1999 profile image
Rahul kumar

I have built a tool for content creators to generate open graph images for social media posts.

see -> og-image-client.vercel.app

Must check it out

Collapse
 
mvolpato profile image
Michele Volpato

This is actually a nice tool. Thanks!

Collapse
 
ats1999 profile image
Rahul kumar

Thanks Michele