ai_smart_translate 1.0.0 copy "ai_smart_translate: ^1.0.0" to clipboard
ai_smart_translate: ^1.0.0 copied to clipboard

AI-powered Flutter translation package with automatic fallback across multiple free AI providers (Gemini, Groq, OpenRouter, Mistral). Supports offline caching, .tr extension, and zero JSON maintenance.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ai_smart_translate

With Flutter:

 $ flutter pub add ai_smart_translate

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

dependencies:
  ai_smart_translate: ^1.0.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:ai_smart_translate/ai_smart_translate.dart';
1
likes
0
points
124
downloads

Publisher

unverified uploader

Weekly Downloads

AI-powered Flutter translation package with automatic fallback across multiple free AI providers (Gemini, Groq, OpenRouter, Mistral). Supports offline caching, .tr extension, and zero JSON maintenance.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http, path, shared_preferences, sqflite

More

Packages that depend on ai_smart_translate