- Upgrade to Font Awesome 6.6.0
- Fix linter warnings
- Add support for sharp icons - thanks @JudahMcNicholl!
- Upgrade to Font Awesome 6.5.1
- Upgrade to Font Awesome 6.4.2
- Add @staticIconProvider annotation
- Add
shadows
property to FaIcon - thanks @RomainFranceschini!
- Hotfix #244 - regular font still used
- Update package description icon count
- 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
- Upgrade to Font Awesome 6.3.0
- Fix: doc misspells function - thanks @ulrikkold !
- Upgrade to Font Awesome 6.2.1
- Fix #227: fix deprecated isAlwaysShown property
- Update font awesome version in readme
- Remove duotone generator functionality from configurator
- Upgrade to Font Awesome 6.2.0
- Upgrade to Font Awesome 6.1.1
- Perform automatic update check on configurator run
- 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!
- Upgrade to Font Awesome icons 5.15.4
- Equalize windows and linux tool scripts
- Reworked updater tool into a full-fledged configurator
- Added support for ignoring styles
- Added optional support for dynamic icon retrieval by name (thanks to @Mythar)
- Fonts get enabled/disabled automatically based on availability and exclude list
- Add support for fa6's 360-degrees icon
- Fix #154 FaDuotoneIcon explicitly requires IconDataDuotone
- Use
dart format
instead of deprecateddartfmt
in the updater - Automatically enable duotone icons in the example if possible
- Upgrade to Font Awesome icons 5.15.3
Thanks to @amkuchta for his work and input
- Add support for null-safety
- Upgrade to Font Awesome icons 5.15.2
- Add support for font awesome 6's number icons
- Add support for font awesome 6's thin icons
- Fix missing keys in FaDuotoneIcon
- Fix icon tree shaking build error for duotone icons
- Update license file with MIT header
- Update readme links
- Fix #119: Inverted colors for duotone icons
- Fix #122: Build failure due to missing glyphs in web fonts
- Upgrade to Font Awesome icons 5.15.1
- Upgrade to Font Awesome icons 5.15
- Fix icon_data.dart not being accessible
- Upgrade to Font Awesome Icons 5.13
- Add
FaIcon
widget for Font Awesome Icons - Update
README
with FAQ
- Move package to FlutterCommunity
- Upgrade to Font Awesome Icons 5.12.1
- Directions to support pro icons if you've purchased them (thanks @michaelspiss!)
- Upgrade to Font Awesome Icons 5.9
- FIX BAD BUILD - 8.3.0 had a problem with the update Script, please do not use!
- Upgrade to Font Awesome Icons 5.7
- Upgrade to Font Awesome Icons 5.7
- Upgrade to Font Awesome Icons 5.5
- Upgrade to Font Awesome Icons 5.3.1
- Fix documentation
- Upgrade environment version constraint for Dart 2
- Upgrade to font awesome icons 5.2.0
- Upgrade to font awesome icons 5.1.0
- Renames:
- All icons that end with capital-O (for outline) have been renamed. E.g.
addressBookO
has been renamedaddressBook
- All solid icons have been renamed to
solidIconName
. E.g.addressBook
renamedsolidAddressBook
- All icons that end with capital-O (for outline) have been renamed. E.g.
- Generate Icon pack based on JSON definition from source. Much easier upgrades / maintenance / consistency going forward! Big thanks to @pplante on Github for the contribution :)
- Move fonts into the
lib
folder.
- Update to Font Awesome Icons 5.0.2, which includes tons of new Icons!
- semver mistake: 4.7.3 should have been a major bump as it involves breaking changes.
- Simpler Install: Remove the need to specify the font in your own pubspec.yaml
- MOAR README updates
- README fix
- Expose Font Awesome 4.7.0
woff
font asset. This was the smallest version of the font file that worked with Flutter. - Created
FontAwesomeIcons
class, which provides static access to all Font Awesome 4.7.0 Icons asIconData
, similar to Flutter's built-inIcons
class. - Created a Gallery App that can be used to view all provided icons
- Created README with installation instructions
- Added LICENSE.md file