html_main_element 1.0.0 copy "html_main_element: ^1.0.0" to clipboard
html_main_element: ^1.0.0 copied to clipboard

outdated

Detects the main element of a HTML web page, which represents the core article of that page

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add html_main_element

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

dependencies:
  html_main_element: ^1.0.0

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:html_main_element/html_main_element.dart';
4
likes
0
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

Detects the main element of a HTML web page, which represents the core article of that page

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

html

More

Packages that depend on html_main_element