font_awesome_flutter 6.0.0 copy "font_awesome_flutter: ^6.0.0" to clipboard
font_awesome_flutter: ^6.0.0 copied to clipboard

outdatedDart 1 only

The Font Awesome Icon pack available as Flutter Icons

font_awesome_flutter #

The Font Awesome Icon pack available as set of Flutter Icons.

Based on Font Awesome 5.0.2. Includes all free icons:

  • Regular
  • Solid
  • Brands

Installation #

In the dependencies: section of your pubspec.yaml, add the following line:

  font_awesome_flutter: 6.0.0

Usage #

import 'package:font_awesome_flutter/font_awesome_flutter.dart';

class MyWidget extends StatelessWidget {
  Widget build(BuildContext context) {
    return new IconButton(
      // Use the FontAwesomeIcons class for the IconData
      icon: new Icon(FontAwesomeIcons.gamepad), 
      onPressed: () { print("Pressed"); }
     );
  }
}

Example #

View the Flutter app in the example directory to see all the available FontAwesomeIcons.

4.88k
likes
15
points
778k
downloads

Publisher

verified publisherfluttercommunity.dev

Weekly Downloads

The Font Awesome Icon pack available as Flutter Icons

License

unknown (license)

Dependencies

flutter

More

Packages that depend on font_awesome_flutter