github dart-lang/i18n intl4x-v0.15.0
package:intl4x v0.15.0

one day ago
  • API overhaul:
    • Getting rid of the Intl object, as it only served as a wrapper of Locale. So the ...Format objects are now the top-level things.
    • Remove most ...Options objects from the public API, as they make it more verbose. Users now directly input the options to the top-level ...Format constructor.
    • Use => instead of block bodies for methods where possible.
    • Fix some imports
    • Add documentation to some classes.
    • Remove some methods which are not implemented in ICU4X

Don't miss a new i18n release

NewReleases is sending notifications on new releases.