auto_i8ln 0.0.4 copy "auto_i8ln: ^0.0.4" to clipboard
auto_i8ln: ^0.0.4 copied to clipboard

Auto-i8ln is a powerful Flutter package designed to streamline the internationalization and localization process. It simplifies the creation of multilingual apps by automating many common localization tasks.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auto_i8ln

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

dependencies:
  auto_i8ln: ^0.0.4

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:auto_i8ln/auto_i8ln.dart';
4
likes
140
points
51
downloads

Publisher

unverified uploader

Weekly Downloads

Auto-i8ln is a powerful Flutter package designed to streamline the internationalization and localization process. It simplifies the creation of multilingual apps by automating many common localization tasks.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

flutter, google_generative_ai, logging

More

Packages that depend on auto_i8ln