PackageTrack
Sign in Get early access

font_awesome_flutter

The Font Awesome Icon pack available as Flutter Icons. Provides 2000 additional icons to use in your apps.

11.0.0 1000K downloads/mo #43 most downloaded on pub.dev fluttercommunity/font_awesome_flutter

What this package is like to depend on

Last release 5 months ago

09 Mar 2026

Ships fairly regularly

a new release about every 4 months

Nearly every release is documented

notes for 44 of 44 stable releases

Nothing withdrawn

no release was ever pulled

9 years old

46 releases · first in 2017

3 releases in the last 12 months

see the full history below

Release timeline

46 releases · Jun 2017 to Mar 2026
2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 46
  1. 11.0.0 09 Mar 2026
    Release notes
    • Breaking Change: FaIconData no longer implements IconData to prevent rendering issues and to anticipate IconData being marked final (see flutter/flutter#181342).
    • Breaking Change: FaIcon now strictly requires FaIconData. Standard Icon widgets can no longer be used with Font Awesome icons.
    • Breaking Change: Test finders like find.byIcon now require accessing the underlying data: find.byIcon(FontAwesomeIcons.foo.data).
    • Upgrade to Font Awesome 7.2.0
    Open source →
    Release notes
    • Breaking Change: FaIconData no longer implements IconData to prevent rendering issues and to anticipate IconData being marked final (see flutter/flutter#181342).
    • Breaking Change: FaIcon now strictly requires FaIconData. Standard Icon widgets can no longer be used with Font Awesome icons.
    • Breaking Change: Test finders like find.byIcon now require accessing the underlying data: find.byIcon(FontAwesomeIcons.foo.data).
    • Upgrade to Font Awesome 7.2.0
    Open source →
  2. 10.12.0 22 Oct 2025
    Release notes
    • Fix flutter lint warnings - thanks @adil192!
    • Upgrade to Font Awesome 7.1.0
    Open source →
    Release notes
    • Fix flutter lint warnings - thanks @adil192!
    • Upgrade to Font Awesome 7.1.0
    Open source →
  3. 10.11.0 18 Oct 2025
    Release notes
    • Fix issues with spaces in icon file names since the last version - thanks @adil192!
    • Upgrade to Font Awesome 7.0.1 - thanks @adil192!
    • Add support for find.byIcon and find.widgetByIcon, closing #198 - thanks @adil192!
    • Added flutter favorite badge - thanks @Musaddiq625!
    Open source →
    Release notes
    • Fix issues with spaces in icon file names since the last version - thanks @adil192!
    • Upgrade to Font Awesome 7.0.1 - thanks @adil192!
    • Add support for find.byIcon and find.widgetByIcon, closing #198 - thanks @adil192!
    • Added flutter favorite badge - thanks @Musaddiq625!
    Open source →
  4. 10.10.0 17 Aug 2025
    Release notes
    • Upgrade to Font Awesome 7.0.0 - thanks @ManuelRauber!
      • Note: Font Awesome 7 does not include .ttf font files anymore, so the lib now uses the .otf files.
    Open source →
    Release notes
    • Upgrade to Font Awesome 7.0.0 - thanks @ManuelRauber!
      • Note: Font Awesome 7 does not include .ttf font files anymore, so the lib now uses the .otf files.
    Open source →
  5. 10.9.1 17 Aug 2025
    Release notes
    • Fix #276 - breaks build using flutter 3.24 or lower - thanks @ptran-dev!
    Open source →
    Release notes
    • Fix #276 - breaks build using flutter 3.24 or lower - thanks @ptran-dev!
    Open source →
  6. 10.9.0 03 Aug 2025
    Release notes
    • Upgrade to Font Awesome 6.7.2
    • Refactor icon color opacity handling and update example icons - thanks @bennajah!
    Open source →
  7. 10.8.0 03 Nov 2024
    Release notes
    • Upgrade to Font Awesome 6.6.0
    • Fix linter warnings
    • Add support for sharp icons - thanks @JudahMcNicholl!
    Open source →
    Release notes
    • Upgrade to Font Awesome 6.6.0
    • Fix linter warnings
    • Add support for sharp icons - thanks @JudahMcNicholl!
    Open source →
  8. 10.7.0 27 Jan 2024
    Release notes

    Upgrade to font awesome 6.5.1

    Open source →
    Release notes
    • Upgrade to Font Awesome 6.5.1
    Open source →
  9. 10.6.0 15 Oct 2023
    Release notes
    • Upgrade to Font Awesome 6.4.2
    • Add @staticIconProvider annotation
    • Add shadows property to FaIcon - thanks @RomainFranceschini!
    Open source →
    Release notes
    • Upgrade to Font Awesome 6.4.2
    • Add @staticIconProvider annotation
    • Add shadows property to FaIcon - thanks @RomainFranceschini!
    Open source →
  10. 10.5.0 28 Jun 2023
    Release notes
    • Fix #244 - dynamic icon retrieval requires regular font
      • BREAKING: getIconFromCss now returns null if no matching icon is found
    • Upgrade to Font Awesome 6.4.0
    • Migrate to Flutter 3 - thanks @jinosh05
    Open source →
    Release notes
    • Fix #244 - dynamic icon retrieval requires regular font
      • BREAKING: getIconFromCss now returns null if no matching icon is found
    • Upgrade to Font Awesome 6.4.0
    • Migrate to Flutter 3 - thanks @jinosh05
    Open source →
  11. 10.4.0 10 Feb 2023
    Release notes
    • Upgrade to Font Awesome 6.3.0
    • Fix: doc misspells function - thanks @ulrikkold!
    Open source →
    Release notes
    • Upgrade to Font Awesome 6.3.0
    • Fix: doc misspells function - thanks @ulrikkold !
    Open source →
  12. 10.3.0 04 Dec 2022
    Release notes
    • Upgrade to Font Awesome 6.2.1
    • Fix #227: fix deprecated isAlwaysShown property
    Open source →
  13. 10.2.1 08 Sep 2022
    Release notes
    • Update font awesome version in readme
    Open source →
  14. 10.2.0 08 Sep 2022
    Release notes
    • Remove duotone generator functionality from configurator
    • Upgrade to Font Awesome 6.2.0
    Open source →
  15. 10.1.0 24 Mar 2022
    Release notes
    • Upgrade to Font Awesome 6.1.1
    • Perform automatic update check on configurator run
    Open source →
  16. 10.0.0 18 Mar 2022
    Release notes
    • Upgrade to Font Awesome icons 6.1.0
    • Update the configurator to work with version 6
    • Add alias support (Aliases may be old names of renamed icons. Since it is unclear if they are about to stay, aliases are marked as @Deprecated with a message containing the new icon name.)
    • Update FaIcon with the latest changes to flutter's default Icon
    • DEPRECATE duotone icon support for pro users
    • Fix linter warnings - thanks to @gslender!
    Open source →
  17. 10.0.0-beta 21 Oct 2021 pre-release

    Nothing published for this version

  18. 9.2.0 20 Oct 2021
    Release notes
    • Upgrade to Font Awesome icons 5.15.4
    • Equalize windows and linux tool scripts
    • Reworked updater tool into a full-fledged configurator
      • Added support for ignoring styles
      • Added optional support for dynamic icon retrieval by name (thanks to @Mythar)
      • Fonts get enabled/disabled automatically based on availability and exclude list
    Open source →
  19. 9.1.0 09 Jun 2021
    Release notes
    • Add support for fa6's 360-degrees icon
    • Fix #154 FaDuotoneIcon explicitly requires IconDataDuotone
    • Use dart format instead of deprecated dartfmt in the updater
    • Automatically enable duotone icons in the example if possible
    • Upgrade to Font Awesome icons 5.15.3

    Thanks to @amkuchta for his work and input

    Open source →
  20. 9.0.0 19 Mar 2021
    Release notes
    • Add support for null-safety
    Open source →
  21. 9.0.0-nullsafety 17 Dec 2020 pre-release

    Nothing published for this version

  22. 8.12.0 10 Mar 2021
    Release notes
    • Upgrade to Font Awesome icons 5.15.2
    • Add support for font awesome 6's number icons
    Open source →
  23. 8.11.0 16 Dec 2020
    Release notes
    • Add support for font awesome 6's thin icons
    Open source →
  24. 8.10.2 16 Dec 2020
    Release notes
    • Fix missing keys in FaDuotoneIcon
    • Fix icon tree shaking build error for duotone icons
    Open source →
  25. 8.10.1 07 Dec 2020
    Release notes
    • Update license file with MIT header
    • Update readme links
    Open source →
  26. 8.10.0 07 Oct 2020
    Release notes
    • Fix #119: Inverted colors for duotone icons
    • Fix #122: Build failure due to missing glyphs in web fonts
    • Upgrade to Font Awesome icons 5.15.1
    Open source →
  27. 8.9.0 05 Oct 2020
    Release notes
    • Upgrade to Font Awesome icons 5.15
    Open source →
  28. 8.8.1 28 Mar 2020
    Release notes
    • Fix icon_data.dart not being accessible
    Open source →
  29. 8.8.0 27 Mar 2020
    Release notes
    • Upgrade to Font Awesome Icons 5.13
    Open source →
  30. 8.7.0 18 Feb 2020
    Release notes
    • Add FaIcon widget for Font Awesome Icons
    • Update README with FAQ
    Open source →
  31. 8.6.0 18 Feb 2020
    Release notes
    • Move package to FlutterCommunity
    • Upgrade to Font Awesome Icons 5.12.1
    • Directions to support pro icons if you've purchased them (thanks @michaelspiss!)
    Open source →
  32. 8.5.0 16 Jul 2019
    Release notes
    • Upgrade to Font Awesome Icons 5.9
    Open source →
  33. 8.4.0 04 Feb 2019
    Release notes
    • FIX BAD BUILD - 8.3.0 had a problem with the update Script, please do not use!
    • Upgrade to Font Awesome Icons 5.7
    Open source →
  34. 8.3.0 04 Feb 2019
    Release notes
    • Upgrade to Font Awesome Icons 5.7
    Open source →
  35. 8.2.0 07 Nov 2018
    Release notes
    • Upgrade to Font Awesome Icons 5.5
    Open source →
  36. 8.1.0 12 Oct 2018
    Release notes
    • Upgrade to Font Awesome Icons 5.3.1
    Open source →
  37. 8.0.1 16 Aug 2018
    Release notes
    • Fix documentation
    Open source →
  38. 8.0.0 16 Aug 2018
    Release notes
    • Upgrade environment version constraint for Dart 2
    • Upgrade to font awesome icons 5.2.0
    Open source →
  39. 7.1.0 09 Jul 2018
    Release notes
    • Upgrade to font awesome icons 5.1.0
    Open source →
  40. 7.0.0 01 Jun 2018
    Release notes
    • Renames:
      • All icons that end with capital-O (for outline) have been renamed. E.g. addressBookO has been renamed addressBook
      • All solid icons have been renamed to solidIconName. E.g. addressBook renamed solidAddressBook
    • Generate Icon pack based on JSON definition from source. Much easier upgrades / maintenance / consistency going forward! Big thanks to @pplante on Github for the contribution :)
    • Move fonts into the lib folder.
    Open source →
  41. 6.0.0 03 Jan 2018
    Release notes
    • Update to Font Awesome Icons 5.0.2, which includes tons of new Icons!
    Open source →
  42. 5.0.0 06 Dec 2017
    Release notes
    • semver mistake: 4.7.3 should have been a major bump as it involves breaking changes.
    Open source →
  43. 4.7.3 04 Dec 2017
    Release notes
    • Simpler Install: Remove the need to specify the font in your own pubspec.yaml
    Open source →
  44. 4.7.2 23 Jun 2017
    Release notes
    • MOAR README updates
    Open source →
  45. 4.7.1 23 Jun 2017
    Release notes
    • README fix
    Open source →
  46. 4.7.0 23 Jun 2017
    Release notes
    • 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 as IconData, similar to Flutter's built-in Icons class.
    • Created a Gallery App that can be used to view all provided icons
    • Created README with installation instructions
    • Added LICENSE.md file
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive