beautiful_soup_dart 0.3.0 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';