Releases: fluttercommunity/font_awesome_flutter
Releases · fluttercommunity/font_awesome_flutter
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
10.11.0
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
Upgrade to font awesome 6.5.1
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!