This week in Flutter #37

This week in Flutter #37

A game of Wordle

ยท

2 min read

I have been impressed by the Wordle story this week. Wordle is a word game made by Josh Wardle, that became viral recently. After that, a lot of clones appeared on the mobile stores, trying to make money from its sudden success.

And they did make money until the AppStore banned them. It impressed me that people are paying for a game they can have for free.

In case you want to feel the excitement of getting banned from the AppStore, you can create your own clone of Wordle in Flutter.

- Michele Volpato

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

๐Ÿ”— Accessibility in Flutter?

Curious to know how adding accessibility features work in Flutter compared to React Native? In this article, by Tony Owen, you'll learn the basics of accessibility in Flutter and you'll find out which one is better: React Native or Flutter. Spoiler alert: it's Flutter ๐Ÿ˜Ž

๐Ÿ”— Flutter App Architecture: The Repository Pattern

In this updated article by Andrea Bizzotto, you'll learn how to use the repository pattern in an example Flutter app that connects to the OpenWeatherMap API. Andrea provides different ways to use the code he shows, for instance by using several Flutter packages like get_it, Riverpod, and flutter_block. Definitely a must-read.

๐Ÿ”— Flutter Navigator 2.0: Using go_router

I have been waiting for this article for a while. The previous article about Navigator 2.0 from Kevin D. Moore was a little bit complicated. This article, on the other hand, is exquisite. It combines the previous version with the go_route package, and I am looking forward to proposing these changes to my team.

Backend ๐Ÿ—„

๐Ÿ”— Everything You Need To Know About Appwrite 0.12

Appwrite released a new version that adds Permission Models, a more performant pagination strategy, new dashboards, support for more error logging solutions, and more. ๐ŸŽ‰


[...]

Read the rest on my website.

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

ย