Last updated:
0 purchases
linkpeek module
linkpeek_module #
get metadata from link and example
Installation #
If the juneflow project doesn't exist, please create it by following this guide.
open terminal in the juneflow project root directory, enter the following command.
june add linkpeek_module
copied to clipboard
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}');
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.