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
acb7029f
Unverified
Commit
acb7029f
authored
May 29, 2020
by
Chamed
Committed by
GitHub
May 29, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
c02d5261
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
11 deletions
+9
-11
README.md
README.md
+9
-11
No files found.
README.md
View file @
acb7029f
...
...
@@ -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
a public github repository or other public file sharing services.
*
Download this package's
[
newest release
](
https://github.com/fluttercommunity/font_awesome_flutter/archive/master.zip
)
,
extract the folder and move it to a location of your choice
*
Remove
`#`
s from
`pubspec.yaml`
at the indicated position
*
run
`flutter packages get`
*
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
`icons.json`
from
`metadata`
to the root of your working directory (same directory of tools)
*
Run
`./tool/update.sh`
*
Add version
`>= 4.7.0`
to your project's dependencies, Override it with the path to your local installation
*
Download this package's newest release, extract the folder, move it to a location of your choice and go to that directory
*
Remove #s from pubspec.yaml at the indicated position
*
run flutter packages get
*
Download your font awesome pro icons (web version)
*
Move icons.json from metadata to this directory
*
Move all .ttf files from the webfonts directory to this package's lib/fonts (replace existing fonts)
*
Run ./tool/update.sh
*
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'
...
...
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