From 6e139cda0106528291864437a851f2581a9de4a0 Mon Sep 17 00:00:00 2001 From: Ismagilov Roman Date: Fri, 14 Jun 2024 12:22:22 +0300 Subject: [PATCH] Add "Properly handling text scaling in Flutter" article --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cff538e4..441e83f7 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ Meteo ### Intermediate - [Flutter state management for minimalists](https://suragch.medium.com/flutter-state-management-for-minimalists-4c71a2f2f0c1?sk=6f9cedfb550ca9cc7f88317e2e7055a0) - Understanding app architecture without relying on third-party frameworks by [Suragch](https://twitter.com/Suragch1). See also [State Management](#state-management) +- [Properly handling text scaling in Flutter](https://medium.com/@pomis172/properly-handling-text-scaling-in-flutter-313fe717816c) - How to keep app usable when font size is increased in OS settings by [Roman Ismagilov](https://medium.com/@pomis172) ### Advanced