icons_plus 3.0.0 copy "icons_plus: ^3.0.0" to clipboard
icons_plus: ^3.0.0 copied to clipboard

A collection of popular icon packs is available in icons_plus. Such as bootstrap, font awesome, eva icons, line awesome, ionicons, and many more.

icons_plus_thumbnail

chouhan-rahul buymeacoffee ko-fi paypal

Become a sponsor #

sponsor

Icons Plus #

Icons plus provides many popular icon packs in one place. It provides you to make your apps more beautiful through a wider variety of options. Icon plus uses the most popular icon packs in its package.

What's new in version 3.0 #

  • Improved documentations and code readability.
  • Bug fixes and improvements.
  • BoxIcons is now a part of the package.
  • PixelArtIcons is now a part of the package.

Here is a list of all icon packs included in the package #

Following icon packs are available. In the next version, more icon packs will be added.

Bootstrap #

The following example shows how to use bootstrap icons.

Bootstrap

  Icon(Bootstrap.google),
  Icon(Bootstrap.git),
  Icon(Bootstrap.github),
  Icon(Bootstrap.meta),
  Icon(Bootstrap.bootstrap),

BoxIcons #

The following example shows how to use boxicons. For boxicons logo icon use prefix bxl,for regular icon use bx and for solid icon use bxs.

BoxIcons

  Icon(BoxIcons.bxl_google),
  Icon(BoxIcons.bxl_github),
  Icon(BoxIcons.bxl_play_store),
  Icon(BoxIcons.bxl_stripe),
  Icon(BoxIcons.bxl_firebase),

EvaIcons #

The following example shows how to use evaicons.

EvaIcons

  Icon(EvaIcons.google),
  Icon(EvaIcons.github),
  Icon(EvaIcons.linkedin),
  Icon(EvaIcons.facebook),
  Icon(EvaIcons.twitter),

Flags #

The following example shows how to use flags.

Flags

  Flag(Flags.india),
  Flag(Flags.united_states_of_america),
  Flag(Flags.united_kingdom),
  Flag(Flags.france),
  Flag(Flags.spain),

FontAwesome #

The following example shows how to use fontawesome icons.

FontAwesome

  Icon(FontAwesome.google),
  Icon(FontAwesome.android),
  Icon(FontAwesome.angular),
  Icon(FontAwesome.google_drive),
  Icon(FontAwesome.golang),

IonIcons #

The following example shows how to use ionicons.

IonIcons

  Icon(IonIcons.logo_google),
  Icon(IonIcons.logo_firebase),
  Icon(IonIcons.logo_angular),
  Icon(IonIcons.logo_nodejs),
  Icon(IonIcons.logo_android),

Logos #

The following example shows how to use logos.

Logos

  Logo(Logos.google),
  Logo(Logos.android),
  Logo(Logos.angular),
  Logo(Logos.flutter),
  Logo(Logos.firebase),

LineAwesome #

The following example shows how to use lineawesome icons.

LineAwesome

  Icon(LineAwesome.google),
  Icon(LineAwesome.android),
  Icon(LineAwesome.angular),
  Icon(LineAwesome.github),
  Icon(LineAwesome.apple),

PixelArtIcons #

The following example shows how to use pixelarticons.

PixelArtIcons

  Icon(PixelArtIcons.message),
  Icon(PixelArtIcons.android),
  Icon(PixelArtIcons.cloud),
  Icon(PixelArtIcons.code),
  Icon(PixelArtIcons.dollar),

Report bugs or issues #

You are welcome to open a ticket on github if any problems arise. New ideas are always welcome.

Contributors #

rohit-chouhan

Copyright and License #

Copyright © 2022 Rahul Chouhan. Licensed under the MIT LICENSE.

434
likes
130
pub points
98%
popularity

Publisher

verified publisherrahulchouhan.me

A collection of popular icon packs is available in icons_plus. Such as bootstrap, font awesome, eva icons, line awesome, ionicons, and many more.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_svg

More

Packages that depend on icons_plus