v1.1.2
favicon
웹사이트 내에서 favicon을 찾기 위한 라이브러리로, 웹사이트 또는 미리 정의된 URL을 통해 검색할 수 있습니다.
32좋아요 1.4천30일 다운로드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.