v1.1.2
favicon
Library for finding favicons in a website, either in a or by predefined URL.
32Likes 1.4K30-day downloads140Pub points
AndroidiOSWebmacOSWindowsLinux
A Dart library for finding favicons
English project snapshot. Visit GitHub for the latest content.
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.