qwant_api 0.1.1 copy "qwant_api: ^0.1.1" to clipboard
qwant_api: ^0.1.1 copied to clipboard

An unofficial api for helping using Qwant's search. This package is for helping developers to make some queries with the Qwant's engine.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add qwant_api

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

dependencies:
  qwant_api: ^0.1.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:qwant_api/qwant_api.dart';
2
likes
40
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

An unofficial api for helping using Qwant's search. This package is for helping developers to make some queries with the Qwant's engine.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

More

Packages that depend on qwant_api