Flutter Translate is a fully featured localization / internationalization (i18n) library for Flutter.
It lets you define translations for your content in different languages and switch between them easily.
Mobile
, Web
and Desktop
supportPluralization
and Duals
supportStatic keys
support with flutter_translate_gen
languageCode (en)
and languageCode_countryCode (en_US)
locale formatssave & restore
the selected locale with a simple implementation
right-to-left
localesFallback
locale support in case the system locale is unsupportedinline or nested
JSONComplete documentation is available on the wiki page.
To get started please see Installation, Configuration & Usage.
Please file any issues, bugs or feature request here.
This project is licensed under the MIT License