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

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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_localization_agent
copied to clipboard

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

dependencies:
  flutter_localization_agent: ^1.0.1
copied to clipboard

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

Import it

Now in your Dart code, you can use:

import 'package:flutter_localization_agent/flutter_localization_agent.dart';
copied to clipboard
9
likes
160
points
40
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

2024.09.24 - 2025.04.08

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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_localizations, http, shared_preferences

More

Packages that depend on flutter_localization_agent