Unverified Commit ad6cb2c1 authored by Brian Egan's avatar Brian Egan Committed by GitHub

Merge pull request #5 from brianegan/font-awesome-5

Move to font awesome 5.0.2 icons
parents 3763d9c6 010f21b7
## 6.0.0
* Update to Font Awesome Icons 5.0.2, which includes tons of new Icons!
## 5.0.0
* semver mistake: 4.7.3 should have been a major bump as it involves breaking changes.
......
......@@ -2,12 +2,18 @@
The [Font Awesome](http://fontawesome.io/icons/) Icon pack available as set of Flutter Icons.
Based on Font Awesome 5.0.2. Includes all free icons:
* Regular (FontAwesomeIconsRegular)
* Solid (FontAwesomeIconsSolid)
* Brands (FontAwesomeIconsBrands)
## Installation
In the `dependencies:` section of your `pubspec.yaml`, add the following line:
```yaml
font_awesome_flutter: ^5.0.0
font_awesome_flutter: 6.0.0
```
## Usage
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -2,7 +2,7 @@ name: font_awesome_flutter
description: The Font Awesome Icon pack available as Flutter Icons
author: Brian Egan <brian@brianegan.com>
homepage: https://github.com/brianegan/font_awesome_flutter
version: 5.0.0
version: 6.0.0
dependencies:
flutter:
......@@ -10,6 +10,15 @@ dependencies:
flutter:
fonts:
- family: FontAwesome
- family: FontAwesomeBrands
fonts:
- asset: assets/fontawesome.woff
- asset: assets/fa-brands-400.ttf
weight: 400
- family: FontAwesomeRegular
fonts:
- asset: assets/fa-regular-400.ttf
weight: 400
- family: FontAwesomeSolid
fonts:
- asset: assets/fa-solid-900.ttf
weight: 900
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment