ezi18n 1.0.0 ezi18n: ^1.0.0 copied to clipboard
A simple internationalization package.
Changelog #
[1.0.0] - 2024-11-19 #
Added 🎉 #
- 🌎 Support for generic (
pt
) and specific (pt_BR
) locales. - 🔄 Dynamic parameter replacement using
@{name}
syntax. - 🛡️ Fallback mechanism for missing translations to ensure robustness.
- 📦 Seamless integration with Flutter's localization framework.
- 🗂️ Easy-to-define translation keys with the
EzMessages
interface. - ⚙️ Localization setup with
EzI18nDelegate
for simplified integration.
Fixed 🛠️ #
- N/A (Initial release)
Changed 🌀 #
- N/A (Initial release)
Notes 📝 #
- This is the initial release of EzI18n, aimed at making multilingual app development simpler for Flutter developers.