Releases: fluttercommunity/font_awesome_flutter
Releases · fluttercommunity/font_awesome_flutter
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
shadows
property to FaIcon - thanks @RomainFranceschini!
10.5.0
10.4.0
- Upgrade to Font Awesome 6.3.0
- Fix: doc misspells function - thanks @ulrikkold!
10.3.0
10.2.1
Fix:
- Update font awesome version in readme
10.2.0
- Upgrade to Font Awesome 6.2.0
- Remove duotone generator functionality from configurator
10.1.0
- Upgrade to Font Awesome 6.1.1
- Perform automatic update check on configurator run
10.0.0
- 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!