offline_translator 0.0.3 copy "offline_translator: ^0.0.3" to clipboard
offline_translator: ^0.0.3 copied to clipboard

A Flutter package for offline translation without any json or arb files.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add offline_translator

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

dependencies:
  offline_translator: ^0.0.3

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:offline_translator/offline_translator.dart';
0
likes
160
points
267
downloads

Publisher

verified publisherlogicloomer.org

Weekly Downloads

A Flutter package for offline translation without any json or arb files.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, google_ml_kit, google_mlkit_translation, hive, path_provider, provider

More

Packages that depend on offline_translator