font_awesome_flutter 5.0.0 font_awesome_flutter: ^5.0.0 copied to clipboard
The Font Awesome Icon pack available as Flutter Icons
5.0.0 #
- semver mistake: 4.7.3 should have been a major bump as it involves breaking changes.
4.7.3 #
- Simpler Install: Remove the need to specify the font in your own pubspec.yaml
4.7.2 #
- MOAR README updates
4.7.1 #
- README fix
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