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

outdated

This package's use case is to provide access to the full library of Icons and FontAwesomeIcons at runtime when the specific icons needed are not known at compile time. See the README.md for important [...]

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.5

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 package's use case is to provide access to the full library of Icons and FontAwesomeIcons at runtime when the specific icons needed are not known at compile time. See the README.md for important information about this.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_driver, font_awesome_flutter

More

Packages that depend on icons_helper