deepl 0.0.2 copy "deepl: ^0.0.2" to clipboard
deepl: ^0.0.2 copied to clipboard

An inofficial dart library that calls the DeepL API

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add deepl

With Flutter:

 $ flutter pub add deepl

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

dependencies:
  deepl: ^0.0.2

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/deepl.dart';
0
likes
140
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

An inofficial dart library that calls the DeepL API

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

csv, http, json_annotation

More

Packages that depend on deepl