v1.1.2
favicon
用于在网站中查找 favicon 的库,可通过网页或预定义的 URL 进行查找。
32喜欢 1400近 30 天下载140Pub 分数
AndroidiOSWebmacOSWindowsLinux
一个用于查找网站图标(favicon)的 Dart 库
以下为英文项目原文快照,最新内容请访问 GitHub。
Scrapes a website for favicons and orders them by image dimensions, or just return the best one. Example:
import 'package:favicon/favicon.dart';
var iconUrl = await FaviconFinder.getBest('https://www.mashable.com');
print(iconUrl);
Inspired by https://github.com/scottwernervt/favicon.