duolingo4d 0.0.1 duolingo4d: ^0.0.1 copied to clipboard
A most easily usable Duolingo API wrapper in Dart. Duolingo4D is an open-sourced Dart library. With Duolingo4D, you can easily integrate your application with the Duolingo API. Duolingo4D is an unoffi [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add duolingo4d
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
duolingo4d: ^0.0.1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:duolingo4d/duolingo4d.dart';