Releases: fluttercommunity/font_awesome_flutter
Releases · fluttercommunity/font_awesome_flutter
Release list
11.0.0
- Breaking Change:
FaIconDatano longer implementsIconDatato prevent rendering issues and to anticipateIconDatabeing markedfinal(see flutter/flutter#181342). - Breaking Change:
FaIconnow strictly requiresFaIconData. StandardIconwidgets can no longer be used with Font Awesome icons. - Breaking Change: Test finders like
find.byIconnow require accessing the underlying data:find.byIcon(FontAwesomeIcons.foo.data). - Upgrade to Font Awesome 7.2.0
10.12.0
- Fix flutter lint warnings - thanks @adil192!
- Upgrade to Font Awesome 7.1.0
10.11.0
- 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.byIconandfind.widgetByIcon, closing #198 - thanks @adil192! - Added flutter favorite badge - thanks @Musaddiq625!
10.10.0
- Upgrade to Font Awesome 7.0.0 - thanks @ManuelRauber!
- Note: Font Awesome 7 does not include
.ttffont files anymore, so the lib now uses the.otffiles.
- Note: Font Awesome 7 does not include
10.9.1
- Fix #276 - breaks build using flutter 3.24 or lower - thanks @ptran-dev!
10.8.0
- Upgrade to Font Awesome 6.6.0
- Fix linter warnings
- Add support for sharp icons - thanks @JudahMcNicholl!
10.7.0
10.6.0
- Upgrade to Font Awesome 6.4.2
- Add @staticIconProvider annotation
- Add
shadowsproperty to FaIcon - thanks @RomainFranceschini!
10.5.0
10.4.0
- Upgrade to Font Awesome 6.3.0
- Fix: doc misspells function - thanks @ulrikkold!