font_awesome_flutter 4.7.0
font_awesome_flutter: ^4.7.0 copied to clipboard
The Font Awesome Icon pack available as Flutter Icons
4.7.0 #
- Expose Font Awesome 4.7.0
woff
font asset. This was the smallest version of the font file that worked with Flutter. - Created
FontAwesomeIcons
class, which provides static access to all Font Awesome 4.7.0 Icons asIconData
, similar to Flutter's built-inIcons
class. - Created a Gallery App that can be used to view all provided icons
- Created README with installation instructions
- Added LICENSE.md file