format_intl 1.1.0
format_intl: ^1.1.0 copied to clipboard
Intl locale adapter for the format package.
Changelog #
1.1.0 #
- Widened the
intlconstraint from^0.20.2to>=0.19.0 <0.21.0, so the package installs alongsideflutter_localizationsfrom Flutter 3.27.0 rather than 3.32.0.flutter_localizationspinsintlto one exact version, and a caret excluded the 0.19.0 half of the range. The adapter reports whatever the resolvedintlcarries, and four of its 119 locales differ across the range —en_ZA,de_CH,gswandit_CH, listed in the README. Three of those four already differed inside^0.20.2. - Lowered the SDK floor from
^3.7.2to^3.6.0, matchingformat. Under Flutter this changes nothing:flutter_localizationspinsintl0.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 withoutflutter_localizationscan now use it from 3.6.0.
1.0.1 #
- Widened the
formatconstraint to>=3.0.0 <5.0.0. This package implementsNumberLocale, whichformat4.0.0 did not change, so the same adapter works on both majors.
1.0.0 #
- Initial
intladapter for locale-awareformatandsprintfnumber formatting.