deepl_dart 1.4.0 copy "deepl_dart: ^1.4.0" to clipboard
deepl_dart: ^1.4.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: ^1.4.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';
22
likes
130
pub points
81%
popularity

Publisher

verified publisherkpelz.eu

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, http, json_annotation, universal_io

More

Packages that depend on deepl_dart