fluent_intl 0.1.0-dev.0
fluent_intl: ^0.1.0-dev.0 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.
Prerelease Changelog #
0.1.0-dev.0 #
First prerelease — 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 (7)
- 7c63c3e release: v0.1.0-dev.0
- 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