typed_soup 1.0.2
typed_soup: ^1.0.2 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 typed_soupWith Flutter:
$ flutter pub add typed_soupThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
typed_soup: ^1.0.2Alternatively, 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:typed_soup/typed_soup.dart';