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

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

With Flutter:

 $ flutter 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: ^2.1.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:html_main_element/html_main_element.dart';
4
likes
140
pub points
64%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

html

More

Packages that depend on html_main_element