Add ECMA402 datetime format to package:intl4x (#680)

* Adding Datetime format

* Add tests

* Rename Datetime -> DateTime

* Add readme check

* Add changelog entry

* Fix tests

* Revert name change

* Switch to stable health workflow

* Allow number in package names

* Add checkmark

* Fix merge problems

* Rev pubspec

* Add platforms to pubspec

* Renaming options

* Fixes

* Export Options from all formatters

* fix readme example
22 files changed
tree: 366ef1449ee4bfdbccc905af556ae78a4e0205f2
  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 localize apps to different locales, by extracting to ARB files and generating code to retrieve messages from ARB files.pub package
intl4xA lightweight modular library for internationalization (i18n) functionality.Pub

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.