wikipedia 0.0.3 copy "wikipedia: ^0.0.3" to clipboard
wikipedia: ^0.0.3 copied to clipboard

A new wikipedia search tool written in dart language, search anything with this tool. You can also get full page data with page id. Not Supported for web.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add wikipedia

With Flutter:

 $ flutter pub add wikipedia

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

dependencies:
  wikipedia: ^0.0.3

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:wikipedia/wikipedia.dart';
12
likes
0
pub points
68%
popularity

Publisher

unverified uploader

A new wikipedia search tool written in dart language, search anything with this tool. You can also get full page data with page id. Not Supported for web.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, html, http

More

Packages that depend on wikipedia