ai_translation_generator 1.0.2 copy "ai_translation_generator: ^1.0.2" to clipboard
ai_translation_generator: ^1.0.2 copied to clipboard

A professional CLI tool for AI-powered translation generation using Google's Gemini AI. Generate Flutter l10n files with ease.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate ai_translation_generator

Use it

The package has the following executables:

$ aitranslation

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ai_translation_generator

With Flutter:

 $ flutter pub add ai_translation_generator

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

dependencies:
  ai_translation_generator: ^1.0.2

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:ai_translation_generator/ai_translation_generator.dart';
0
likes
160
points
139
downloads

Publisher

unverified uploader

Weekly Downloads

A professional CLI tool for AI-powered translation generation using Google's Gemini AI. Generate Flutter l10n files with ease.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

args, cli_util, dotenv, http, io, path, yaml

More

Packages that depend on ai_translation_generator