fluent_icu 0.1.1
fluent_icu: ^0.1.1 copied to clipboard
ICU4X formatting backend for fluent_bundle — every number, currency, unit, and date option, plus plural rules for every language. For Project Fluent.
Changelog #
0.1.1 #
- Widen the
timezoneconstraint to>=0.10.0 <0.12.0so the latest0.11.xresolves while0.10.xstays supported. - Docs: the install snippet lists only
fluent_icu(it re-exportsfluent_bundle), and clarifies which backend to reach for.
Commits since v0.1.0 (3)
- 8a8052b release: v0.1.1
- aa4fe53 chore: promote dev to prod (#6)
- 2e883d8 deps: widen timezone to support 0.11.x + tidy install README
0.1.0 #
First release — the full-power formatting backend for fluent_bundle, on Unicode's ICU4X engine.
- Formatting: every number and date option — measurement units, non-Gregorian calendars, time zones, other digit systems, compact notation, sign display.
- Plurals: both counting plurals (1 item / 5 items) and ordering plurals (1st, 2nd, 3rd), for every language.
- Engine: ICU4X via
icu_kit— the same output on every platform, whether native, web via WebAssembly, or the browser's ownIntl. - When an option isn't available: the few ICU4X gaps (scientific notation is the main one) render the nearest form and record it — never silently dropped.
Commits since initial (8)
- 7958ae2 release: v0.1.0
- f7ab471 chore: promote dev to prod (#5)
- ad30ae2 docs(changelog): complete both genesis changelog lanes (#4)
- 555607e docs: rewrite README and pubspec description in plain language, no jargon
- 0750939 chore: bump Flutter SDK (#3)
- 806181f ci: bump dorny/paths-filter from 4.0.1 to 4.0.2 in the actions group (#2)
- b245b91 ci: bump the whuppi-ci group with 8 updates (#1)
- 4388a08 feat: fluent_icu — ICU4X backend for fluent_bundle: full ECMA-402 formatting, every-locale plurals, native/web parity