icons_plus 2.0.0
icons_plus: ^2.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.
Why icons_plus? #
Icon_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 2.0? #
- Improved documentations and code readability.
- Bug fixes and improvements.
- More icons packs are added.
How many icon packs are come with this package? #
Following icon packs are available. In the next version, more icon packs will be added.
- Bootstrap version: 1.8.1 (with 1669 icons) LICENSE
- BrandLogo (with 704 logos)
- EvaIcons version: 1.1.3 (with 490 icons) LICENSE
- Fill
- Outline
- FlagIcons (with 260 flags)
- FontAwesome version: 6.1.1 (with 2007 icons) LICENSE
- Regular
- Solid
- Brand
- IonIcons version: 5.5.2 (with 1332 icons) LICENSE
- LineAwesome version: 1.3.0 (with 1544 icons) LICENSE
Bootstrap #
The following example illustrates how to use bootstrap icons.
Icon(Bootstrap.google),
Icon(Bootstrap.git),
Icon(Bootstrap.github),
Icon(Bootstrap.meta),
Icon(Bootstrap.bootstrap),
The bootstrap icons pack includes the following properties.
Property | Type |
---|---|
size: | double |
color: | Color |
BrandLogo #
The following example illustrates how to use brand logo.
BrandLogo(BrandLogos.google),
BrandLogo(BrandLogos.android),
BrandLogo(BrandLogos.angular),
BrandLogo(BrandLogos.flutter),
BrandLogo(BrandLogos.firebase),
The brand logo pack includes the following properties.
Property | Type |
---|---|
size: | double |
color: | Color |
colorBlendMode: | BlendMode |
EvaIcons #
The following example illustrates how to use eva icons.
Icon(EvaIcons.google),
Icon(EvaIcons.github),
Icon(EvaIcons.linkedin),
Icon(EvaIcons.facebook),
Icon(EvaIcons.twitter),
The eva icons pack includes the following properties.
Property | Type |
---|---|
size: | double |
color: | Color |
FlagIcons #
The following example illustrates how to use flag icons.
FlagIcon(FlagIcons.india),
FlagIcon(FlagIcons.united_state_of_america),
FlagIcon(FlagIcons.united_kingdom),
FlagIcon(FlagIcons.france),
FlagIcon(FlagIcons.spain),
The flag icons pack includes the following properties.
Property | Type |
---|---|
size: | double |
color: | Color |
colorBlendMode: | BlendMode |
FontAwesome #
The following example illustrates how to use fontawesome icons.
Icon(FontAwesome.google),
Icon(FontAwesome.android),
Icon(FontAwesome.angular),
Icon(FontAwesome.google_drive),
Icon(FontAwesome.golang),
The fontawesome icons pack includes the following properties.
Property | Type |
---|---|
size: | double |
color: | Color |
IonIcons #
The following example illustrates how to use ionicons.
Icon(IonIcons.logo_google),
Icon(IonIcons.logo_firebase),
Icon(IonIcons.logo_angular),
Icon(IonIcons.logo_nodejs),
Icon(IonIcons.logo_android),
The ionicons pack includes the following properties.
Property | Type |
---|---|
size: | double |
color: | Color |
LineAwesome #
The following example illustrates how to use line awesome icons.
Icon(LineAwesome.google),
Icon(LineAwesome.android),
Icon(LineAwesome.angular),
Icon(LineAwesome.github),
Icon(LineAwesome.apple),
The line awesome icons pack includes the following properties.
Property | Type |
---|---|
size: | double |
color: | Color |
Contributors #
Report bugs or issues #
You are welcome to open a ticket on github if any problems arise. New ideas are always welcome.
Copyright and License #
Copyright © 2022 Rahul Chouhan. Licensed under the MIT LICENSE.