typed_soup 1.0.3 copy "typed_soup: ^1.0.3" to clipboard
typed_soup: ^1.0.3 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_soup

With Flutter:

 $ flutter pub add typed_soup

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

dependencies:
  typed_soup: ^1.0.3

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:typed_soup/typed_soup.dart';
0
likes
160
points
193
downloads

Documentation

API reference

Publisher

verified publishermrcrbrth.my.id

Weekly Downloads

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

License

MIT (license)

Dependencies

html

More

Packages that depend on typed_soup