Add `DateTime` formatting for ICU4X (#788)

* Add `DateTime` formatting for ICU4X

* Adapt to testing

* Adapting tests

* Add skips to test

* Fix `islamic` calendar match

* Update ICU4X

* Address comments

* Refactor

* Refactor the other method too

* Add checks to readme

* Prepare for publish

* Topics to list

* Update SDK dep

* Fix pana issues

* Update example
10 files changed
tree: d5517a32f29088b46d7566fe8ee3417b1342b5a7
  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.