intl_ai 0.1.0 copy "intl_ai: ^0.1.0" to clipboard
intl_ai: ^0.1.0 copied to clipboard

ARB files AI translation that works with `flutter_localizations` and `intl`.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate intl_ai

Use it

The package has the following executables:

$ intl_ai

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add intl_ai

With Flutter:

 $ flutter pub add intl_ai

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

dependencies:
  intl_ai: ^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:intl_ai/intl_ai.dart';
1
likes
140
points
81
downloads

Documentation

API reference

Publisher

verified publisherkrolmic.dev

Weekly Downloads

ARB files AI translation that works with `flutter_localizations` and `intl`.

Repository (GitHub)
View/report issues

Topics

#localization #i18n #translation

License

MIT (license)

Dependencies

args, http, logging, meta, path, yaml

More

Packages that depend on intl_ai