opengraph 0.1.0 copy "opengraph: ^0.1.0" to clipboard
opengraph: ^0.1.0 copied to clipboard

A Dart/Flutter package for seamless integration of OpenGraph metadata, allowing easy display of website information via API.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add opengraph

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

dependencies:
  opengraph: ^0.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:opengraph/opengraph.dart';
2
likes
140
points
140
downloads

Publisher

verified publisherdatogedon.com

Weekly Downloads

A Dart/Flutter package for seamless integration of OpenGraph metadata, allowing easy display of website information via API.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, freezed_annotation, html, json_annotation

More

Packages that depend on opengraph