i18n_extension_core 2.0.3 i18n_extension_core: ^2.0.3 copied to clipboard
Dart-only package for Translation and Internationalization (i18n), with Dart extensions. Easy to use for both large and small projects.
2.0.3 #
- Translations:
Translations.byText()
: SupportsString
themselves as translation-keys, organized per key.Translations.byLocale()
: SupportsString
themselves as translation-keys, organized per locale.Translations.byId<T>()
: Supports any object (of typeT
) as translation-keys.const ConstTranslations()
: Supports defining translations with aconst
Map.
1.0.0 #
- On Feb 11, 2024 I've created this Dart-only package to contain the core code of the i18n_extension package.