bye_bye_localization 1.0.0+8 copy "bye_bye_localization: ^1.0.0+8" to clipboard
bye_bye_localization: ^1.0.0+8 copied to clipboard

A simple Text Widget, that can translate any text to any language using instant on device translation AI model, all you have to do is to provide the text and the widget will translate automatically, a [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bye_bye_localization

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

dependencies:
  bye_bye_localization: ^1.0.0+8

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:bye_bye_localization/bye_bye_localization.dart';
34
likes
120
pub points
0%
popularity

Publisher

unverified uploader

A simple Text Widget, that can translate any text to any language using instant on device translation AI model, all you have to do is to provide the text and the widget will translate automatically, as a result you don't have to specify and localization files and type translation manually the widget will do it for you.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, google_ml_kit

More

Packages that depend on bye_bye_localization