favicon 1.1.2 copy "favicon: ^1.1.2" to clipboard
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.

26
likes
120
pub points
90%
popularity

Publisher

unverified uploader

Library for finding favicons in a website, either in a <link> or by predefined URL.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

html, http, image

More

Packages that depend on favicon