deepl_dart 1.3.0 icon indicating copy to clipboard operation
deepl_dart: ^1.3.0 copied to clipboard

Dart library for the DeepL language translation API.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add deepl_dart

With Flutter:

 $ flutter pub add deepl_dart

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

dependencies:
  deepl_dart: ^1.3.0

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:deepl_dart/deepl_dart.dart';
19
likes
130
pub points
77%
popularity

Publisher

verified publisher iconkpelz.eu

Dart library for the DeepL language translation API.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Icon for licenses.MIT (LICENSE)

Dependencies

collection, http, json_annotation, universal_io

More

Packages that depend on deepl_dart