bye_bye_localization 1.0.0+8 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';