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

outdated

Dart native package inspired by Beautiful Soup Python library. Provides easy ways of navigating, searching, and modifying the HTML tree.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add beautiful_soup_dart

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

dependencies:
  beautiful_soup_dart: ^0.0.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:beautiful_soup_dart/beautiful_soup.dart';
108
likes
0
points
2.48k
downloads

Publisher

unverified uploader

Weekly Downloads

Dart native package inspired by Beautiful Soup Python library. Provides easy ways of navigating, searching, and modifying the HTML tree.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

html, source_span

More

Packages that depend on beautiful_soup_dart