galonsos / line_icons

Flutter class for Awesome Line Icons
GNU General Public License v3.0
73 stars 10 forks source link

How to use filled icons instead of outlined? #22

Closed titoworlddev closed 3 years ago

titoworlddev commented 3 years ago

Well the title basically says it all, but let me explain, on the Icons8 page where all the Line Awesome icons and their names are shown, when you put over one with the mouse cursor it shows you that you have another design of the same icon but filled, since for example I am trying to use the LineIcons.divide but it only shows outlined and I would like all padding inside, I would like to know how I can use them with your package or if they are not implemented suggest that you add them as well because it would be very good to have them.

galonsos commented 3 years ago

Hi, @Hekhy.

I think the feature you find in the Icons8 page is just to show the filled icon which inspired the outlined one. In fact, the filled ones (Awesome Icons) aren't even hosted by Icons8 (see https://fontawesome.com/v5.15/icons?d=gallery&p=2). In short: Icons8 Line Icons are inspired by Awesome Icons, just that.

If you're looking for the filled icons, please take a look at https://pub.dev/packages/font_awesome_flutter.

Thanks.