font_awesome_icon_class 0.0.1
font_awesome_icon_class: ^0.0.1 copied to clipboard
This package help solve the problem of not being able to display "font_awesome_icon_class" in the mobile screen. This package is made with the help of "font_awesome_flutter".
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add font_awesome_icon_classThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
font_awesome_icon_class: ^0.0.1Alternatively, 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:font_awesome_icon_class/font_awesome_icon_class.dart';