commit | e73fca260f38d21aaa403a0f3511cd6a89dba6da | [log] [tgz] |
---|---|---|
author | Moritz <mosum@google.com> | Thu Jun 13 14:59:28 2024 +0200 |
committer | GitHub <noreply@github.com> | Thu Jun 13 14:59:28 2024 +0200 |
tree | 352276024f14710a928a77b5dafb032d54f1333e | |
parent | 7e98836a27e4ab19df9a42c14229ccf2049241c5 [diff] |
Fix dependencies in intl4x (#849) * Fix dependencies in intl4x * Adapt version in pubspec * Swtich to real version
This repository is home to Dart internationalization (i18n) and localization (l10n) related packages.
Package | Description | Version | Status |
---|---|---|---|
intl | Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues. | Stable | |
intl_translation | Contains code to localize apps to different locales, by extracting to ARB files and generating code to retrieve messages from ARB files. | Stable | |
intl4x | A lightweight modular library for internationalization (i18n) functionality. | Experimental | |
messages | A data-based, easy, safe, and small localization (l10n) library. | Experimental |
For information about our publishing automation and release process, see https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.
For additional information about contributing, see our contributing page.