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

outdated

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

example/favicon_example.dart

import 'package:favicon/favicon.dart';

main() async {
  var favicon = await Favicon.getBest('https://www.mashable.com/');
  print(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