Remove overhead
1 file changed
tree: 6d10664dac2e534aa958d26e54bdc2e0de2e9811
  1. .github/
  2. pkgs/
  3. .gitignore
  4. CONTRIBUTING.md
  5. LICENSE
  6. README.md
README.md

Overview

This repository is home to Dart internationalization (i18n) and localization (l10n) related packages.

Packages

PackageDescriptionVersion
intlContains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.pub package
intl_translationContains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.pub package
messagesPackage for retrieving localization messages.
messages_builderPackage for storing localization messages, to be added as a dev dependency to apps.
messages_serializerPackage for serializing and deserializing messages from and to message data files.
messages_shrinkerPackage for tree-shaking a message data file.

Publishing automation

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.