format_intl 1.1.0 copy "format_intl: ^1.1.0" to clipboard
format_intl: ^1.1.0 copied to clipboard

Intl locale adapter for the format package.

Changelog #

1.1.0 #

  • Widened the intl constraint from ^0.20.2 to >=0.19.0 <0.21.0, so the package installs alongside flutter_localizations from Flutter 3.27.0 rather than 3.32.0. flutter_localizations pins intl to one exact version, and a caret excluded the 0.19.0 half of the range. The adapter reports whatever the resolved intl carries, and four of its 119 locales differ across the range — en_ZA, de_CH, gsw and it_CH, listed in the README. Three of those four already differed inside ^0.20.2.
  • Lowered the SDK floor from ^3.7.2 to ^3.6.0, matching format. Under Flutter this changes nothing: flutter_localizations pins intl 0.19.0 until Flutter 3.32.0, and this package needs 0.20.2, so 3.32.0 remains the first Flutter it installs on. A Dart application without flutter_localizations can now use it from 3.6.0.

1.0.1 #

  • Widened the format constraint to >=3.0.0 <5.0.0. This package implements NumberLocale, which format 4.0.0 did not change, so the same adapter works on both majors.

1.0.0 #

  • Initial intl adapter for locale-aware format and sprintf number formatting.
0
likes
150
points
286
downloads

Documentation

API reference

Publisher

verified publisheryet-another.dev

Weekly Downloads

Intl locale adapter for the format package.

Repository (GitHub)
View/report issues

Topics

#string #formatting #intl #i18n #localization

License

BSD-2-Clause (license)

Dependencies

format, intl

More

Packages that depend on format_intl