Skip to content

marcjoha/favicon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Dart library for finding favicons

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages