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

get metadata from link and example

pub package

juneflow_github

linkpeek_module #

get metadata from link and example

Installation #

  1. If the juneflow project doesn't exist, please create it by following this guide.
  2. open terminal in the juneflow project root directory, enter the following command.
june add linkpeek_module

Usage #

LinkPeekModel? linkPeekModel = await LinkPeek.fromUrl('https://youtube.com/shorts/-uNcserCtXE?si=Zgn-beswL-l-A9kx');
print('title: ${linkPeekModel.title}');
print('url: ${linkPeekModel.url}');
print('description: ${linkPeekModel.description}');
print('defaultColor: ${linkPeekModel.defaultColor}');
print('colorScheme: ${linkPeekModel.colorScheme}');
print('domain: ${linkPeekModel.domain}');
print('thumbnail: ${linkPeekModel.thumbnail}');
print('favicon: ${linkPeekModel.webIcon}');
2
likes
85
pub points
7%
popularity

Publisher

unverified uploader

get metadata from link and example

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, go_router, june_flow_util, linkpeek

More

Packages that depend on linkpeek_module