Add ICU4X number formatting to package:intl4x (#791)

* Add ICU4X number formatting to package:intl4x

* Add checks to readme

* Working on matching options

* Fix testing

* Add newlines
13 files changed
tree: dbea26b0c5d624325ec49576e0e4a05b4d1148a3
  1. .github/
  2. pkgs/
  3. submodules/
  4. tools/
  5. .gitignore
  6. .gitmodules
  7. analysis_options.yaml
  8. CONTRIBUTING.md
  9. LICENSE
  10. README.md
README.md

Overview

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

Packages

PackageDescriptionVersionStatus
intlContains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.pub packageStable
intl_translationContains code to localize apps to different locales, by extracting to ARB files and generating code to retrieve messages from ARB files.pub packageStable
intl4xA lightweight modular library for internationalization (i18n) functionality.PubExperimental
messagesA data-based, easy, safe, and small localization (l10n) library.PubExperimental

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.