Skip to content

Releases: fluttercommunity/font_awesome_flutter

10.12.0

22 Oct 16:15
6809e7f

Choose a tag to compare

  • Fix flutter lint warnings - thanks @adil192!
  • Upgrade to Font Awesome 7.1.0

10.11.0

18 Oct 10:05
3b47f3e

Choose a tag to compare

  • 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!

10.10.0

18 Oct 10:06
0281c2f

Choose a tag to compare

  • 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.

10.9.1

18 Oct 10:06
269cd16

Choose a tag to compare

  • Fix #276 - breaks build using flutter 3.24 or lower - thanks @ptran-dev!

10.8.0

03 Nov 17:38
58c4311

Choose a tag to compare

  • Upgrade to Font Awesome 6.6.0
  • Fix linter warnings
  • Add support for sharp icons - thanks @JudahMcNicholl!

10.7.0

27 Jan 23:54
b03974f

Choose a tag to compare

Upgrade to font awesome 6.5.1

10.6.0

15 Oct 12:16
e6efbd7

Choose a tag to compare

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

10.5.0

28 Jun 06:54
d7d4ec5

Choose a tag to compare

  • 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

10 Feb 16:15
44ea1db

Choose a tag to compare

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

10.3.0

04 Dec 13:26
3716b88

Choose a tag to compare

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