favicon 1.1.2 favicon: ^1.1.2 copied to clipboard
Library for finding favicons in a website, either in a <link> or by predefined URL.
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.