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

Dart native package inspired by Beautiful Soup 4 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

With Flutter:

 $ flutter 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.3.0

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:beautiful_soup_dart/beautiful_soup.dart';
95
likes
140
pub points
89%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

html

More

Packages that depend on beautiful_soup_dart