deepl_dart 2.0.0 copy "deepl_dart: ^2.0.0" to clipboard
deepl_dart: ^2.0.0 copied to clipboard

Dart library for the DeepL language translation API. Pure Dart. Inspired by the official DeepL API documentation.

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: ^2.0.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';
27
likes
160
points
253
downloads

Documentation

API reference

Publisher

verified publisherkpelz.eu

Weekly Downloads

Dart library for the DeepL language translation API. Pure Dart. Inspired by the official DeepL API documentation.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

collection, http, json_annotation, universal_io

More

Packages that depend on deepl_dart