icons_helper 1.0.4 copy "icons_helper: ^1.0.4" to clipboard
icons_helper: ^1.0.4 copied to clipboard

This provides access to the full library of Icons & FontAwesomeIcons at runtime when the specific icons needed are not known at compile time.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add icons_helper

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  icons_helper: ^1.0.4

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:icons_helper/icons_helper.dart';
27
likes
40
pub points
76%
popularity

Publisher

verified publishervoltaireapp.com

This provides access to the full library of Icons & FontAwesomeIcons at runtime when the specific icons needed are not known at compile time.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter, flutter_driver, font_awesome_flutter

More

Packages that depend on icons_helper