dynamic_fa_icons 1.1.0+2 copy "dynamic_fa_icons: ^1.1.0+2" to clipboard
dynamic_fa_icons: ^1.1.0+2 copied to clipboard

outdated

Original package to insert FontAwesome icons dynamically in a Flutter app when the icons are not known at compile time.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dynamic_fa_icons

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

dependencies:
  dynamic_fa_icons: ^1.1.0+2

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:dynamic_fa_icons/dynamic_fa_icons.dart';
5
likes
0
pub points
83%
popularity

Publisher

verified publisheredoardovignati.it

Original package to insert FontAwesome icons dynamically in a Flutter app when the icons are not known at compile time.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, font_awesome_flutter

More

Packages that depend on dynamic_fa_icons