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.