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

outdated

A simple web scraper to scrape HTML tags and their attributes to cast them into Lists and Maps 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.3

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';
293
likes
0
points
938
downloads

Publisher

verified publishertusharojha.com

Weekly Downloads

A simple web scraper to scrape HTML tags and their attributes to cast them into Lists and Maps for dart and flutter.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, html, http

More

Packages that depend on web_scraper