Font Awesome Flutter Versions Save

The Font Awesome Icon pack available as Flutter Icons

10.7.0

3 months ago

Upgrade to font awesome 6.5.1

10.6.0

7 months ago
  • Upgrade to Font Awesome 6.4.2
  • Add @staticIconProvider annotation
  • Add shadows property to FaIcon - thanks @RomainFranceschini!

10.5.0

10 months ago
  • 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

10.4.0

1 year ago
  • Upgrade to Font Awesome 6.3.0
  • Fix: doc misspells function - thanks @ulrikkold!

10.3.0

1 year ago
  • Upgrade to Font Awesome 6.2.1
  • Fix #227: fix deprecated isAlwaysShown property

10.2.1

1 year ago

Fix:

  • Update font awesome version in readme

10.2.0

1 year ago
  • Upgrade to Font Awesome 6.2.0
  • Remove duotone generator functionality from configurator

10.1.0

2 years ago
  • Upgrade to Font Awesome 6.1.1
  • Perform automatic update check on configurator run

10.0.0

2 years ago
  • 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!

10.0.0-beta

2 years ago
  • Fix #132 FaIcon not centered when used as prefix icon

This is a change with the goal to align FaIcon more like the standard Icon class. However, this may impose breaking changes, which is why version 10.0.0 will stay a beta for a while.

Should you notice something not working as it did before, which does not match the behaviour of Icon, please open an issue!