Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 301 Bytes

File metadata and controls

10 lines (7 loc) · 301 Bytes

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.