dynamic_fa_icons 1.3.0+6 copy "dynamic_fa_icons: ^1.3.0+6" to clipboard
dynamic_fa_icons: ^1.3.0+6 copied to clipboard

Original package to insert FontAwesome icons by name in a Flutter app, for example 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.3.0+6

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
130
pub points
80%
popularity

Publisher

verified publisheredoardovignati.it

Original package to insert FontAwesome icons by name in a Flutter app, for example when the icons are not known at compile time.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, font_awesome_flutter

More

Packages that depend on dynamic_fa_icons