html_import 0.9.0 copy "html_import: ^0.9.0" to clipboard
html_import: ^0.9.0 copied to clipboard

Dart 1 only

HTML Imports are a way to include and reuse HTML documents in other HTML documents. As <script> tags let authors include external code in their pages, imports let authors load full HTML resources. In [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add html_import

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

dependencies:
  html_import: ^0.9.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

0
likes
10
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

HTML Imports are a way to include and reuse HTML documents in other HTML documents. As <script> tags let authors include external code in their pages, imports let authors load full HTML resources. In particular, imports let authors include Custom Element definitions from external URLs.

License

BSD-3-Clause (license)

More

Packages that depend on html_import