apple_native_translate 0.1.1 copy "apple_native_translate: ^0.1.1" to clipboard
apple_native_translate: ^0.1.1 copied to clipboard

PlatformiOS

On-device text translation using Apple's Translation framework on iOS 18 and later, exposed to Flutter with a simple batch API and a safe fallback.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add apple_native_translate

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

dependencies:
  apple_native_translate: ^0.1.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:apple_native_translate/apple_native_translate.dart';
0
likes
140
points
--
downloads

Documentation

API reference

Publisher

verified publisher8-order.co.jp

On-device text translation using Apple's Translation framework on iOS 18 and later, exposed to Flutter with a simple batch API and a safe fallback.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on apple_native_translate

Packages that implement apple_native_translate