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

Flutter Localization Agent is a package designed for in-app localization, leveraging various Language Models (LLMs) to translate the base language into multiple supported languages. This makes it easi [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_localization_agent

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.0

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';
9
likes
140
points
26
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

Flutter Localization Agent is a package designed for in-app localization, leveraging various Language Models (LLMs) to translate the base language into multiple supported languages. This makes it easier and faster to implement localization in any Flutter app.

Repository (GitHub)
View/report issues

Topics

#localization #flutter #language-model #agent #translation

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_localizations, http, shared_preferences

More

Packages that depend on flutter_localization_agent