web_scraper 0.0.1 copy "web_scraper: ^0.0.1" to clipboard
web_scraper: ^0.0.1 copied to clipboard

outdated

A simple web scraper for dart and flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add web_scraper

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

dependencies:
  web_scraper: ^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:web_scraper/web_scraper.dart';
290
likes
0
pub points
88%
popularity

Publisher

verified publishertusharojha.com

A simple web scraper for dart and flutter.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, html, http

More

Packages that depend on web_scraper