Flutter: How to localize your app with the official package (2022 Version)
Published in
2 min readJul 12, 2022
--
Localizing the app is not a new topic, there are many third-party packages available; today I’m going to talk about how to use the official localization package flutter_localizations
, since the official tutorial is overly complicated. I’m going to show you the most simple way of doing it, and save you a lot of time.