deepl_dart 1.5.0 copy "deepl_dart: ^1.5.0" to clipboard
deepl_dart: ^1.5.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
copied to clipboard

With Flutter:

 $ flutter pub add deepl_dart
copied to clipboard

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

dependencies:
  deepl_dart: ^1.5.0
copied to clipboard

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';
copied to clipboard
26
likes
160
points
591
downloads

Publisher

verified publisherkpelz.eu

Weekly Downloads

2024.07.16 - 2025.01.28

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