icu_kit 0.2.0-dev.0 copy "icu_kit: ^0.2.0-dev.0" to clipboard
icu_kit: ^0.2.0-dev.0 copied to clipboard

Internationalization for Flutter and Dart on Unicode's ICU4X. Numbers, dates, plurals, lists, collation, segmentation, bidi, IDNA — same output on every platform, including web.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate icu_kit

Use it

The package has the following executables:

$ setup

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add icu_kit

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

dependencies:
  icu_kit: ^0.2.0-dev.0

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

Import it

Now in your Dart code, you can use:

import 'package:icu_kit/icu_kit.dart';
1
likes
0
points
248
downloads

Publisher

verified publisherwhuppi.com

Weekly Downloads

Internationalization for Flutter and Dart on Unicode's ICU4X. Numbers, dates, plurals, lists, collation, segmentation, bidi, IDNA — same output on every platform, including web.

Repository (GitHub)
View/report issues

Topics

#i18n #icu #localization #intl #unicode

License

unknown (license)

Dependencies

code_assets, crypto, ffi, hooks, logging, meta, package_config, path

More

Packages that depend on icu_kit