flutter_localization_agent 1.1.1 copy "flutter_localization_agent: ^1.1.1" to clipboard
flutter_localization_agent: ^1.1.1 copied to clipboard

Package for in-app localization using Language Models (LLMs) to translate the base language into multiple supported languages.

1.1.1 #

  • increased service timeout to 10 minutes

1.1.0 #

  • Add TransalatorAgent sealed type and GeminiTranslatorAgent for configuring LLM translators.
  • Breaking: Remove LLM enum; LLMTranslatorFactory.createTranslator now takes a TransalatorAgent (e.g. GeminiTranslatorAgent(geminiApiKey: '...')) instead of (LLM, String apiKey).
  • Add configurable Gemini model via GeminiTranslatorAgent.model (defaults to gemini-3.5-flash).
  • Require Dart SDK ^3.12.0.

1.0.1 #

  • Add support for web

1.0.0 #

  • Initial release with Gemini API localization features.
12
likes
160
points
380
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Package for in-app localization using Language Models (LLMs) to translate the base language into multiple supported languages.

Repository (GitHub)
View/report issues

Topics

#localization #flutter #translation

License

MIT (license)

Dependencies

flutter, flutter_localizations, http, shared_preferences

More

Packages that depend on flutter_localization_agent