Aleksa Krstic
Aleksa Krstic
January 20, 2020
1 min read
January 20, 2020
1 min read

IDE plugins for simplified Flutter internationalization (i18n)

There is a lot of custom localization (l10n) and internationalization (i18n) attempts for Flutter, that might look ok at first sight. But we suggest you stick to the official Intl library. It has full support for many common features, like placeholders, plural, gender, etc…

In our article Flutter localization: step-by-step we explained how you can implement localization from scratch with the Intl library. Since it requires few extra steps to do it on your own, in this article we will share with you our IDE plugins to get rid of writing any boilerplate code by yourself.

Flutter i18n plugins

In order to make Flutter internationalization as simple as possible we published the following IDE plugins:

Full usage documentation is available on given links for each plugin.

These plugins help developers to just add key-value pairs to ARB file in their project, and immediately use those keys in their Dart code, with auto-complete support. No need to write any boilerplate code for localization.

Team members on the same project sometimes use different IDEs. The plugins are configured inside the project’s pubspec.yaml file. As a result, you can use it from all popular IDEs for Flutter at the same time.

Like this article? Share it!


Aleksa Krstic
Aleksa Krstic

Aleksa is a Software Engineer at Localizely. Over the past few years, Aleksa has been working in the field of software localization. In his free time, he enjoys playing guitar and writing tech posts.

Enjoying the read?

Subscribe to the Localizely blog newsletter for quality product content in your inbox.

Related

Angular internationalization (i18n) tutorial
November 21, 2023
In “Coding
React internationalization with react-intl
November 15, 2023
In “Coding
Flutter localization: step-by-step
November 09, 2023
In “Coding
Copyrights 2024 © Localizely