icons_by_name 0.1.0 copy "icons_by_name: ^0.1.0" to clipboard
icons_by_name: ^0.1.0 copied to clipboard

discontinued

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_by_name

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

dependencies:
  icons_by_name: ^0.1.0

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_by_name/icons_by_name.dart';
0
likes
20
pub points
15%
popularity

Publisher

unverified uploader

This provides access to the full library of Icons & FontAwesomeIcons at runtime when the specific icons needed are not known at compile time.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter, flutter_driver, font_awesome_flutter

More

Packages that depend on icons_by_name