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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
5
likes
150
points
0
downloads

Publisher

verified publisheredoardovignati.it

Weekly Downloads

2024.07.07 - 2025.01.19

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)

Documentation

Documentation
API reference

License

BSD-3-Clause (license)

Dependencies

flutter, font_awesome_flutter

More

Packages that depend on dynamic_fa_icons