Unverified Commit 34e6d340 authored by Michael Spiss's avatar Michael Spiss Committed by GitHub

Change suggestion on how to depend on pro icons

Solves version solving fails
parent 16cba903
......@@ -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 `icons.json` from `metadata` to this directory
* 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
dependencies:
font_awesome_flutter: '>= 4.7.0'
...
dependency_overrides:
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