marcjoha / favicon

A Dart library for finding favicons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Icon" name conflict

saropa opened this issue · comments

Hi, the class defined here called "Icon" conflicts with Flutter's own "Icon" (ref: https://api.flutter.dev/flutter/widgets/Icon-class.html) making this package difficult to implement.

commented

Yes. I got the same problem.

You can use "hide icon" after the references to the package in the top of mai.dart file

Hey folks, thanks for the input. Would this work for you? #7

Looks good, and I'd be happy to try the package again!

Ack, merged and will push a new version to pub.dev immediately.