oghref_model 1.0.0-beta.1 copy "oghref_model: ^1.0.0-beta.1" to clipboard
oghref_model: ^1.0.0-beta.1 copied to clipboard

Object standarized definition with parser interface for constructing rich information of given URL among various metadata protocols.

example/main.dart

import 'package:oghref_model/model.dart';

void main() async {
  final MetaFetch metaFetch = MetaFetch()
    ..register(const OpenGraphPropertyParser());

  MetaInfo info = await metaFetch.fetchFromHttp(Uri.https("example.com"));
  print(info.title);
}
0
likes
0
pub points
0%
popularity

Publisher

verified publisherrk0cc.xyz

Object standarized definition with parser interface for constructing rich information of given URL among various metadata protocols.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

html, http, meta

More

Packages that depend on oghref_model