metadata_fetch 0.1.1 copy "metadata_fetch: ^0.1.1" to clipboard
metadata_fetch: ^0.1.1 copied to clipboard

outdated

A library for fetching metadata from websites. It parses OpenGraph tags first, then parses HTML meta as a fallback.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add metadata_fetch

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

dependencies:
  metadata_fetch: ^0.1.1

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:metadata_fetch/metadata_fetch.dart';
99
likes
0
pub points
91%
popularity

Publisher

unverified uploader

A library for fetching metadata from websites. It parses OpenGraph tags first, then parses HTML meta as a fallback.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

html, http, path, string_validator

More

Packages that depend on metadata_fetch