fluent_icu 0.1.0
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_icuWith Flutter:
$ flutter pub add fluent_icuThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
fluent_icu: ^0.1.0Alternatively, 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';