font_awesome_icon_class
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".
Acknowledgements
This package is made with the help of font_awesome_flutter
Features
You can convert all font awesome icon classes into widgets that can be displayed in flutter.
Usage
This is how simply you can generate icon using className(String)
faClassToIcon('fa fa-at',size: 20,semanticLabel: "@",color: Colors.blue,textDirection: TextDirection.ltr)
Additional information
You can head over to my github and contribute to this package.