linkpeek 1.0.0 copy "linkpeek: ^1.0.0" to clipboard
linkpeek: ^1.0.0 copied to clipboard

LinkPeek is a Flutter package that allows you to retrieve information about a web link, including title, description, thumbnail, favicon, default color, etc. It also provides a convenient popup widget [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add linkpeek

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

dependencies:
  linkpeek: ^1.0.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:linkpeek/linkpeek.dart';
57
likes
140
points
111
downloads

Publisher

unverified uploader

Weekly Downloads

LinkPeek is a Flutter package that allows you to retrieve information about a web link, including title, description, thumbnail, favicon, default color, etc. It also provides a convenient popup widget for displaying link previews.

Documentation

API reference

License

MIT (license)

Dependencies

animate_do, flutter, html, http, logger, palette_generator, webview_flutter

More

Packages that depend on linkpeek