Unverified Commit d141071e authored by Michael Spiss's avatar Michael Spiss Committed by GitHub

Merge pull request #82 from fluttercommunity/michaelspiss-pro-icon-dependency

Change suggestion on how to depend on pro icons
parents 16cba903 34e6d340
...@@ -85,12 +85,16 @@ a public github repository or other public file sharing services. ...@@ -85,12 +85,16 @@ a public github repository or other public file sharing services.
* 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)
* Move `icons.json` from `metadata` to this directory * Move `icons.json` from `metadata` to this directory
* Run `./tool/update.sh` * Run `./tool/update.sh`
* In your project's dependencies, replace the version tag for `font_awesome_flutter` with the path to your custom installation. * 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'
...
dependency_overrides:
font_awesome_flutter: font_awesome_flutter:
path: /path/to/font_awesome_flutter path: /path/to/your/font_awesome_flutter
... ...
``` ```
......
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