html_import 0.8.2
html_import: ^0.8.2 copied to clipboard
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_importThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
html_import: ^0.8.2Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.