Michele Volpato

Michele Volpato

This week in Flutter #59: How to manage mono-repo Flutter projects

โ€” Newsletter

When you are working in a Flutter mono-repo, that is a Flutter project with code divided into sub packages, you need a way to manage dependencies, tests, and code generation, for your main project and for all the sub packages. You can do it using scripts. You would add a folder to the repository with a script to validate and get dependencies in all the sub packages, one script to run tests in all packages and combine coverage, and one script to run all code generations.

It can become hard to maintain, that is why there are tools like Melos. I am experimenting now with it and planning to introduce it in a bigger project.

Are you using mono-repos? Do you use scripts or a specific tool to manage sub packages? Let me know in the comment section below.

- Michele Volpato

Development ๐Ÿง‘โ€๐Ÿ’ป

๐Ÿ”— Internationalization for Flutter apps

Flutter 3 added better support for internationalization. In this tutorial, Shubham Soni teaches you how to localize your Flutter app and make it more accessible to users.

๐Ÿ”— Swipe actions in Flutter with the Dismissible widget

I usually do not link articles that just show how to use a specific widget. You can get the same information just by reading the documentation. But this one is different. christos deep-dives into what you can do with the Dismissable widget. A well-written article.

Backend ๐Ÿ—„

๐Ÿ”— Appwrite Zoom OAuth Integration

Appwrite added Zoom OAuth integration. In this article, you find instructions on how to integrate it into your Flutter app.

๐Ÿ”— Stripe Payment with Flutter and Appwrite

Damodar Lohani writes for Appwrite a tutorial to integrate Stripe and Flutter. I had planned to work on a web app using the same technologies, but we ended up using a static website and a different payment provider. But the idea stayed in my mind, hidden behind all the other projects I am working on. I am happy to read this article. Now I know where to start from.

Tools ๐Ÿ› 

๐Ÿ”— Tutorial: Integrate Flutterwave into your Flutter app

Flutterwave is a set of payment tools focused on the African market. In this tutorial, Ayodeji Olabisi integrates it with a Flutter app.

Others ๐Ÿคทโ€โ™‚๏ธ

๐Ÿ”— mason (Package of the Week)

mason is a tool that developers can use to generate custom code. You can use it to create bricks which are reusable templates you can share with other developers and run using mason_cli. There are already plenty of bricks out there.

๐Ÿ”— Full-stack Dart with Simon Lightfoot: Pt 1 (The Boring Flutter Development Show, Ep. 59)

In this episode of The Boring Flutter Development Show, Craig Labenz and Simon Lightfoot talk and show how to create a full-stack Dart app, using Flutter and server-side Dart.


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