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

outdated

icons_plus is a package that comes with several popular icons packages.

icons_plus #

icons_plus_thumbnail

github-rahul donate

icons_plus is a package that comes with several popular icons packages.

How to I know icons' name? #

Simple answer, using flutter's auto-suggestion, or you can visit the official site of the icons provider.

Currently available icons #

NowADay, icons_plus has five icons packages. In the next update, you'll get more.

  1. FontAwesome (license)
  2. LineAwesome (license)
  3. Bootstrap (license)
  4. FlagIcon
  5. BrandLogo

Installation #

In the dependencies: section of your pubspec.yaml add the following line:

dependencies:
  icons_plus: ^1.0.1

Now in your Dart code, you can use:

import 'package:icons_plus/icons_plus.dart';

FontAwesome #

For FontAwesome icons, copy the following code.

fontawesome_screenshot

Icon(FontAwesome.google)

LineAwesome #

For LineAwesome icons, copy the following code.

lineawsome_screenshot

Icon(LineAwesome.google)

Bootstrap #

For Bootstrap icons, copy the following code.

bootstrap_screenshot

Icon(Bootstrap.google)

FlagIcon #

For Flag icons, copy the following code.

flag_screenshort

FlagIcon(FlagIcons.india)

For Brand logos, copy the following code.

brand_screenshot

BrandLogo(BrandLogos.google)
427
likes
0
pub points
98%
popularity

Publisher

verified publisherrahulchouhan.me

icons_plus is a package that comes with several popular icons packages.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_svg

More

Packages that depend on icons_plus