fluent_icu 0.1.0 copy "fluent_icu: ^0.1.0" to clipboard
fluent_icu: ^0.1.0 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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fluent_icu

With Flutter:

 $ flutter pub add fluent_icu

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  fluent_icu: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fluent_icu/fluent_icu.dart';
1
likes
150
points
126
downloads

Documentation

API reference

Publisher

verified publisherwhuppi.com

Weekly Downloads

ICU4X formatting backend for fluent_bundle — every number, currency, unit, and date option, plus plural rules for every language. For Project Fluent.

Repository (GitHub)
View/report issues
Contributing

Topics

#i18n #localization #fluent #icu #intl

License

MIT (license)

Dependencies

fluent_bundle, icu_kit, timezone

More

Packages that depend on fluent_icu