FLUTTER ECOSYSTEM

marcjoha/favicon

A Dart library for finding favicons

favicon project cover
Stars
13
Forks
9
Last push (UTC)
Jun 28, 2026
Project status
Active
Marcus Johansson GitHub avatar
GITHUB User

Marcus Johansson ↗

LanguagesDart

Packages published by this repository

Dependencies used

Dependency list 4 items

Original README

English project snapshot. Visit GitHub for the latest content.

Expand / collapse project README

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.