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';
32
likes
150
pub points
68%
popularity

Publisher

unverified uploader

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.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

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

More

Packages that depend on linkpeek