DEV Community

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

Posted on • Originally published at ishouldgotosleep.com

This week in Flutter #28

This week the Flutter team pushed Flutter developers to help improve the project. How can you help improve Flutter? The easiest way is to give your opinion via a survey.

Another way is to contribute to the project. You can do that by either improving the code, fixing a bug, or writing (better) documentation.

Have a look at those links: all contributions are welcomed.

- Michele Volpato

Development 🧑‍💻

🔗 Creating “.dmg” file for Flutter macOS Apps💻

Desktop support in Flutter is closer to being fully moved to the stable channel. When that is done, you will need a way to create a dmg file to share with your user. You can follow this tutorial by Paras Jain.

🔗 Running Flutter Integration Test in the Cloud 🎦

Majid Hajian gave a talk at the Firebase Global Summit on writing efficient Flutter integration tests, and running them on Firebase test lab for both Android and iOS. He shares tips and tricks to manage your code and tests and leverage performance result in your CD/CI and deployment pipeline.

🔗 Wireless debugging Flutter application on Github Codespaces

One of the workflows I would love to try in the future is remote development. Using my iPad to connect to a remote machine and code on that machine. GitHub Codespaces can help with that. But how do you debug a Flutter application on your device while using Codespaces? Read this article by ralphilius to find out.

🔗 How to use custom fonts in Flutter

Fonts are often overlooked during the design process of an app, but they can change the overall feeling your app gives. In this article by Shubham Soni you'll learn how to add custom fonts to your Flutter application.

🔗 Learn Flutter Free

Are you just getting started with Flutter? Tomic Riedel shared a long list of resources to help you learn Flutter. All resources are free to use and a first version of the list has been reviewed by a Google developer expert.

Architecture 🏛

🔗 Using Stacked Architecture in Flutter App

I was not aware of the stacked package and the Stacked architecture. In this article by Adegoke David you'll learn the concepts behind this architecture and how to implement it in your own project. I am always curious about architecture in Flutter apps because I still haven't found the perfect approach that works for me.

🔗 Using Services in Flutter

From the same author of the article above, Adegoke David. In this article, you'll learn how to fit services in the Stacked architecture for Flutter apps. Read the previous article first.

[...]

Read the rest on my website.

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

Top comments (0)