icons_helper 1.0.4 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';