Skip to content

Commit f06ae01

Browse files
committed
feat: support FontAwesome 7
1 parent 9777a6a commit f06ae01

12 files changed

+686
-313
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 11.0.0
2+
* Upgrade to Font Awesome 7.0.0
3+
* **Note**: Font Awesome 7 does not include `.ttf` font files anymore, so the lib now uses the `.otf` files.
4+
15
## 10.8.0
26
* Upgrade to Font Awesome 6.6.0
37
* Fix linter warnings

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ to keep these files private. This includes **not** uploading your package to
8787
a public github repository or other public file sharing services.
8888

8989
* Go to the location of your custom font_awesome_flutter version (see [setup](#setup))
90-
* Download the web version of font awesome pro and open it
91-
* Move **all** `.ttf` files from the `webfonts` directory and `icons.json` from `metadata` to
90+
* Download the desktop version of font awesome pro and open it
91+
* Move **all** `.otf` files from the `otfs` directory and `icons.json` from `metadata` to
9292
`path/to/your/font_awesome_flutter/lib/fonts`. Replace existing files.
9393
Newer versions might have an `icon-families.json`. If this is the case,
9494
move its contents to `path/to/your/font_awesome_flutter/lib/fonts/icons.json`.

example/lib/icons.dart

Lines changed: 45 additions & 6 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)