v1.1.2
favicon
ウェブサイト内のfaviconを検索するためのライブラリで、いずれかまたは事前に定義されたURLによって検索できます。
32いいね 140030日間ダウンロード140Pub ポイント
AndroidiOSWebmacOSWindowsLinux
ファビコンを検索するための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.