fluent_intl 0.1.1
fluent_intl: ^0.1.1 copied to clipboard
package:intl formatting backend for fluent_bundle — per-language plural rules and locale-aware number, currency, and date formatting. Zero setup, pure Dart. For Project Fluent.
Changelog #
0.1.1 #
- Docs: the install snippet lists only
fluent_intl(it re-exportsfluent_bundle).
Commits since v0.1.0 (3)
- 4dbde21 release: v0.1.1
- 5e0a8c3 chore: promote dev to prod (#6)
- ec41352 docs: install snippet lists only fluent_intl
0.1.0 #
First release — the zero-setup formatting backend for fluent_bundle, built on package:intl.
- Formatting: locale-aware number, currency, and date formatting — digit grouping, currency symbols, the right number of decimal places, date styles.
- Plurals: real per-language plural rules for Fluent's
[one]/[few]/[many]cases, plus ordinals (1st, 2nd, 3rd) for the languages that have non-trivial ones; other languages fall back to the catch-all category. - When an option isn't available: options
package:intlhas no setting for (measurement units, calendars, time zones, roundingMode, signDisplay) render the nearest form and record the gap — never silently dropped. - Platforms: pure Dart — no native code, no assets, no setup. Every platform.
Commits since initial (8)
- ea7bc09 release: v0.1.0
- b70595d chore: promote dev to prod (#5)
- cf67b8c docs(changelog): complete both genesis changelog lanes (#4)
- be8b49d docs: rewrite README and pubspec description in plain language, no jargon
- 2fbd93d chore: bump Flutter SDK (#3)
- 3b08d8e ci: bump dorny/paths-filter from 4.0.1 to 4.0.2 in the actions group (#2)
- 050ea0a ci: bump the whuppi-ci group with 8 updates (#1)
- 307599a feat: fluent_intl — package:intl backend for fluent_bundle: zero-setup CLDR plurals and formatting