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(): SupportsStringthemselves as translation-keys, organized per key.Translations.byLocale(): SupportsStringthemselves as translation-keys, organized per locale.Translations.byId<T>(): Supports any object (of typeT) as translation-keys.const ConstTranslations(): Supports defining translations with aconstMap.
1.0.0 #
- On Feb 11, 2024 I've created this Dart-only package to contain the core code of the i18n_extension package.