Unverified Commit acb7029f authored by Chamed's avatar Chamed Committed by GitHub

Update README.md

parent c02d5261
...@@ -76,17 +76,15 @@ icon fonts and want to use them with Flutter, please follow these instructions. ...@@ -76,17 +76,15 @@ icon fonts and want to use them with Flutter, please follow these instructions.
to keep these files private. This includes **not** uploading your package to to keep these files private. This includes **not** uploading your package to
a public github repository or other public file sharing services. a public github repository or other public file sharing services.
* Download this package's *Download this package's newest release, extract the folder, move it to a location of your choice and go to that directory
[newest release](https://github.com/fluttercommunity/font_awesome_flutter/archive/master.zip), *Remove #s from pubspec.yaml at the indicated position
extract the folder and move it to a location of your choice *run flutter packages get
* Remove `#`s from `pubspec.yaml` at the indicated position *Download your font awesome pro icons (web version)
* run `flutter packages get` *Move icons.json from metadata to this directory
* Download your font awesome pro icons (web version) *Move all .ttf files from the webfonts directory to this package's lib/fonts (replace existing fonts)
* Move all `.ttf` files from the `webfonts` directory to this package's lib/fonts (replace existing fonts) *Run ./tool/update.sh
* Move `icons.json` from `metadata` to the root of your working directory (same directory of tools) *Add version >= 4.7.0 to your project's dependencies, Override it with the path to your local installation
* Run `./tool/update.sh`
* Add version `>= 4.7.0` to your project's dependencies, Override it with the path to your local installation
```yaml ```yaml
dependencies: dependencies:
font_awesome_flutter: '>= 4.7.0' font_awesome_flutter: '>= 4.7.0'
......
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