favicon 1.1.0 copy "favicon: ^1.1.0" to clipboard
favicon: ^1.1.0 copied to clipboard

outdated

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.

28
likes
0
points
2.81k
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

html, http, image

More

Packages that depend on favicon