flutter_translate 1.5.5+1 flutter_translate: ^1.5.5+1 copied to clipboard
The internationalization (i18n) library for Flutter. It lets you define translations for your content in different languages and switch between them easily.
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.
Example #
Features #
- Very easy to use
Pluralization
supportStatic keys
support with flutter_translate_gen- Supports both
languageCode (en)
andlanguageCode_countryCode (en_US)
locale formats - Automatically
save & restore
the selected locale with a simple implementation - Full support for
right-to-left
locales Fallback
locale support in case the system locale is unsupported- Supports both
inline or nested
JSON
Documentation #
Complete documentation is available on the wiki page.
To get started please see Installation, Configuration & Usage.
Examples #
Contributors #
License #
MIT License - Copyright (c) 2019 Jesway
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.