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

outdated

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: ^0.0.7

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
0
pub points
74%
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

unknown (LICENSE)

Dependencies

flutter, flutter_driver, font_awesome_flutter

More

Packages that depend on icons_helper