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

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

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
160
points
41
downloads
screenshot

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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_localizations, http, shared_preferences

More

Packages that depend on flutter_localization_agent