translate_kit 0.1.0+5 copy "translate_kit: ^0.1.0+5" to clipboard
translate_kit: ^0.1.0+5 copied to clipboard

A simple package to translate your dynamic content into different langauges. Supports multiple services with fallbacks.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add translate_kit

With Flutter:

 $ flutter pub add translate_kit

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

dependencies:
  translate_kit: ^0.1.0+5

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:translate_kit/translate_kit.dart';
1
likes
140
points
25
downloads

Publisher

verified publishernikodembernat.com

Weekly Downloads

A simple package to translate your dynamic content into different langauges. Supports multiple services with fallbacks.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

http, meta

More

Packages that depend on translate_kit