Last updated:
0 purchases
favicon
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);
copied to clipboard
Inspired by https://github.com/scottwernervt/favicon.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.