Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
font_awesome_flutter
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
font_awesome_flutter
Commits
34e6d340
Unverified
Commit
34e6d340
authored
4 years ago
by
Michael Spiss
Committed by
GitHub
4 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change suggestion on how to depend on pro icons
Solves version solving fails
parent
16cba903
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
README.md
README.md
+7
-3
No files found.
README.md
View file @
34e6d340
...
...
@@ -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
...
```
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment