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
8bea7c16
Commit
8bea7c16
authored
Jan 08, 2020
by
Bartłomiej Tartanus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update font awesome to 5.12
parent
1be3254a
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
44 additions
and
3 deletions
+44
-3
CHANGELOG.md
CHANGELOG.md
+3
-0
icons.dart
example/lib/icons.dart
+20
-1
font_awesome_flutter.dart
lib/font_awesome_flutter.dart
+20
-1
fa-brands-400.ttf
lib/fonts/fa-brands-400.ttf
+0
-0
fa-regular-400.ttf
lib/fonts/fa-regular-400.ttf
+0
-0
fa-solid-900.ttf
lib/fonts/fa-solid-900.ttf
+0
-0
pubspec.yaml
pubspec.yaml
+1
-1
No files found.
CHANGELOG.md
View file @
8bea7c16
## 8.6.0
*
Upgrade to Font Awesome Icons 5.12
## 8.5.0
*
Upgrade to Font Awesome Icons 5.9
...
...
example/lib/icons.dart
View file @
8bea7c16
...
...
@@ -101,6 +101,7 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
backspace
,
'backspace'
),
ExampleIcon
(
FontAwesomeIcons
.
backward
,
'backward'
),
ExampleIcon
(
FontAwesomeIcons
.
bacon
,
'bacon'
),
ExampleIcon
(
FontAwesomeIcons
.
bahai
,
'bahai'
),
ExampleIcon
(
FontAwesomeIcons
.
balanceScale
,
'balanceScale'
),
ExampleIcon
(
FontAwesomeIcons
.
balanceScaleLeft
,
'balanceScaleLeft'
),
ExampleIcon
(
FontAwesomeIcons
.
balanceScaleRight
,
'balanceScaleRight'
),
...
...
@@ -187,6 +188,7 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
bus
,
'bus'
),
ExampleIcon
(
FontAwesomeIcons
.
busAlt
,
'busAlt'
),
ExampleIcon
(
FontAwesomeIcons
.
businessTime
,
'businessTime'
),
ExampleIcon
(
FontAwesomeIcons
.
buyNLarge
,
'buyNLarge'
),
ExampleIcon
(
FontAwesomeIcons
.
buysellads
,
'buysellads'
),
ExampleIcon
(
FontAwesomeIcons
.
calculator
,
'calculator'
),
ExampleIcon
(
FontAwesomeIcons
.
calendar
,
'calendar'
),
...
...
@@ -215,6 +217,7 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
carBattery
,
'carBattery'
),
ExampleIcon
(
FontAwesomeIcons
.
carCrash
,
'carCrash'
),
ExampleIcon
(
FontAwesomeIcons
.
carSide
,
'carSide'
),
ExampleIcon
(
FontAwesomeIcons
.
caravan
,
'caravan'
),
ExampleIcon
(
FontAwesomeIcons
.
caretDown
,
'caretDown'
),
ExampleIcon
(
FontAwesomeIcons
.
caretLeft
,
'caretLeft'
),
ExampleIcon
(
FontAwesomeIcons
.
caretRight
,
'caretRight'
),
...
...
@@ -335,6 +338,7 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
compass
,
'compass'
),
ExampleIcon
(
FontAwesomeIcons
.
solidCompass
,
'solidCompass'
),
ExampleIcon
(
FontAwesomeIcons
.
compress
,
'compress'
),
ExampleIcon
(
FontAwesomeIcons
.
compressAlt
,
'compressAlt'
),
ExampleIcon
(
FontAwesomeIcons
.
compressArrowsAlt
,
'compressArrowsAlt'
),
ExampleIcon
(
FontAwesomeIcons
.
conciergeBell
,
'conciergeBell'
),
ExampleIcon
(
FontAwesomeIcons
.
confluence
,
'confluence'
),
...
...
@@ -346,6 +350,7 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
solidCopy
,
'solidCopy'
),
ExampleIcon
(
FontAwesomeIcons
.
copyright
,
'copyright'
),
ExampleIcon
(
FontAwesomeIcons
.
solidCopyright
,
'solidCopyright'
),
ExampleIcon
(
FontAwesomeIcons
.
cottonBureau
,
'cottonBureau'
),
ExampleIcon
(
FontAwesomeIcons
.
couch
,
'couch'
),
ExampleIcon
(
FontAwesomeIcons
.
cpanel
,
'cpanel'
),
ExampleIcon
(
FontAwesomeIcons
.
creativeCommons
,
'creativeCommons'
),
...
...
@@ -477,6 +482,7 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
exclamationCircle
,
'exclamationCircle'
),
ExampleIcon
(
FontAwesomeIcons
.
exclamationTriangle
,
'exclamationTriangle'
),
ExampleIcon
(
FontAwesomeIcons
.
expand
,
'expand'
),
ExampleIcon
(
FontAwesomeIcons
.
expandAlt
,
'expandAlt'
),
ExampleIcon
(
FontAwesomeIcons
.
expandArrowsAlt
,
'expandArrowsAlt'
),
ExampleIcon
(
FontAwesomeIcons
.
expeditedssl
,
'expeditedssl'
),
ExampleIcon
(
FontAwesomeIcons
.
externalLinkAlt
,
'externalLinkAlt'
),
...
...
@@ -545,6 +551,7 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
fireAlt
,
'fireAlt'
),
ExampleIcon
(
FontAwesomeIcons
.
fireExtinguisher
,
'fireExtinguisher'
),
ExampleIcon
(
FontAwesomeIcons
.
firefox
,
'firefox'
),
ExampleIcon
(
FontAwesomeIcons
.
firefoxBrowser
,
'firefoxBrowser'
),
ExampleIcon
(
FontAwesomeIcons
.
firstAid
,
'firstAid'
),
ExampleIcon
(
FontAwesomeIcons
.
firstOrder
,
'firstOrder'
),
ExampleIcon
(
FontAwesomeIcons
.
firstOrderAlt
,
'firstOrderAlt'
),
...
...
@@ -723,8 +730,9 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
hanukiah
,
'hanukiah'
),
ExampleIcon
(
FontAwesomeIcons
.
hardHat
,
'hardHat'
),
ExampleIcon
(
FontAwesomeIcons
.
hashtag
,
'hashtag'
),
ExampleIcon
(
FontAwesomeIcons
.
hatCowboy
,
'hatCowboy'
),
ExampleIcon
(
FontAwesomeIcons
.
hatCowboySide
,
'hatCowboySide'
),
ExampleIcon
(
FontAwesomeIcons
.
hatWizard
,
'hatWizard'
),
ExampleIcon
(
FontAwesomeIcons
.
haykal
,
'haykal'
),
ExampleIcon
(
FontAwesomeIcons
.
hdd
,
'hdd'
),
ExampleIcon
(
FontAwesomeIcons
.
solidHdd
,
'solidHdd'
),
ExampleIcon
(
FontAwesomeIcons
.
heading
,
'heading'
),
...
...
@@ -776,6 +784,7 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
idCard
,
'idCard'
),
ExampleIcon
(
FontAwesomeIcons
.
solidIdCard
,
'solidIdCard'
),
ExampleIcon
(
FontAwesomeIcons
.
idCardAlt
,
'idCardAlt'
),
ExampleIcon
(
FontAwesomeIcons
.
ideal
,
'ideal'
),
ExampleIcon
(
FontAwesomeIcons
.
igloo
,
'igloo'
),
ExampleIcon
(
FontAwesomeIcons
.
image
,
'image'
),
ExampleIcon
(
FontAwesomeIcons
.
solidImage
,
'solidImage'
),
...
...
@@ -904,6 +913,7 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
mask
,
'mask'
),
ExampleIcon
(
FontAwesomeIcons
.
mastodon
,
'mastodon'
),
ExampleIcon
(
FontAwesomeIcons
.
maxcdn
,
'maxcdn'
),
ExampleIcon
(
FontAwesomeIcons
.
mdb
,
'mdb'
),
ExampleIcon
(
FontAwesomeIcons
.
medal
,
'medal'
),
ExampleIcon
(
FontAwesomeIcons
.
medapps
,
'medapps'
),
ExampleIcon
(
FontAwesomeIcons
.
medium
,
'medium'
),
...
...
@@ -923,6 +933,7 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
menorah
,
'menorah'
),
ExampleIcon
(
FontAwesomeIcons
.
mercury
,
'mercury'
),
ExampleIcon
(
FontAwesomeIcons
.
meteor
,
'meteor'
),
ExampleIcon
(
FontAwesomeIcons
.
microblog
,
'microblog'
),
ExampleIcon
(
FontAwesomeIcons
.
microchip
,
'microchip'
),
ExampleIcon
(
FontAwesomeIcons
.
microphone
,
'microphone'
),
ExampleIcon
(
FontAwesomeIcons
.
microphoneAlt
,
'microphoneAlt'
),
...
...
@@ -956,6 +967,7 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
mosque
,
'mosque'
),
ExampleIcon
(
FontAwesomeIcons
.
motorcycle
,
'motorcycle'
),
ExampleIcon
(
FontAwesomeIcons
.
mountain
,
'mountain'
),
ExampleIcon
(
FontAwesomeIcons
.
mouse
,
'mouse'
),
ExampleIcon
(
FontAwesomeIcons
.
mousePointer
,
'mousePointer'
),
ExampleIcon
(
FontAwesomeIcons
.
mugHot
,
'mugHot'
),
ExampleIcon
(
FontAwesomeIcons
.
music
,
'music'
),
...
...
@@ -986,6 +998,7 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
openid
,
'openid'
),
ExampleIcon
(
FontAwesomeIcons
.
opera
,
'opera'
),
ExampleIcon
(
FontAwesomeIcons
.
optinMonster
,
'optinMonster'
),
ExampleIcon
(
FontAwesomeIcons
.
orcid
,
'orcid'
),
ExampleIcon
(
FontAwesomeIcons
.
osi
,
'osi'
),
ExampleIcon
(
FontAwesomeIcons
.
otter
,
'otter'
),
ExampleIcon
(
FontAwesomeIcons
.
outdent
,
'outdent'
),
...
...
@@ -1042,6 +1055,7 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
piedPiperAlt
,
'piedPiperAlt'
),
ExampleIcon
(
FontAwesomeIcons
.
piedPiperHat
,
'piedPiperHat'
),
ExampleIcon
(
FontAwesomeIcons
.
piedPiperPp
,
'piedPiperPp'
),
ExampleIcon
(
FontAwesomeIcons
.
piedPiperSquare
,
'piedPiperSquare'
),
ExampleIcon
(
FontAwesomeIcons
.
piggyBank
,
'piggyBank'
),
ExampleIcon
(
FontAwesomeIcons
.
pills
,
'pills'
),
ExampleIcon
(
FontAwesomeIcons
.
pinterest
,
'pinterest'
),
...
...
@@ -1105,6 +1119,7 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
readme
,
'readme'
),
ExampleIcon
(
FontAwesomeIcons
.
rebel
,
'rebel'
),
ExampleIcon
(
FontAwesomeIcons
.
receipt
,
'receipt'
),
ExampleIcon
(
FontAwesomeIcons
.
recordVinyl
,
'recordVinyl'
),
ExampleIcon
(
FontAwesomeIcons
.
recycle
,
'recycle'
),
ExampleIcon
(
FontAwesomeIcons
.
redRiver
,
'redRiver'
),
ExampleIcon
(
FontAwesomeIcons
.
reddit
,
'reddit'
),
...
...
@@ -1317,6 +1332,7 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
solidSurprise
,
'solidSurprise'
),
ExampleIcon
(
FontAwesomeIcons
.
suse
,
'suse'
),
ExampleIcon
(
FontAwesomeIcons
.
swatchbook
,
'swatchbook'
),
ExampleIcon
(
FontAwesomeIcons
.
swift
,
'swift'
),
ExampleIcon
(
FontAwesomeIcons
.
swimmer
,
'swimmer'
),
ExampleIcon
(
FontAwesomeIcons
.
swimmingPool
,
'swimmingPool'
),
ExampleIcon
(
FontAwesomeIcons
.
symfony
,
'symfony'
),
...
...
@@ -1388,6 +1404,7 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
tradeFederation
,
'tradeFederation'
),
ExampleIcon
(
FontAwesomeIcons
.
trademark
,
'trademark'
),
ExampleIcon
(
FontAwesomeIcons
.
trafficLight
,
'trafficLight'
),
ExampleIcon
(
FontAwesomeIcons
.
trailer
,
'trailer'
),
ExampleIcon
(
FontAwesomeIcons
.
train
,
'train'
),
ExampleIcon
(
FontAwesomeIcons
.
tram
,
'tram'
),
ExampleIcon
(
FontAwesomeIcons
.
transgender
,
'transgender'
),
...
...
@@ -1418,12 +1435,14 @@ final icons = <ExampleIcon>[
ExampleIcon
(
FontAwesomeIcons
.
uber
,
'uber'
),
ExampleIcon
(
FontAwesomeIcons
.
ubuntu
,
'ubuntu'
),
ExampleIcon
(
FontAwesomeIcons
.
uikit
,
'uikit'
),
ExampleIcon
(
FontAwesomeIcons
.
umbraco
,
'umbraco'
),
ExampleIcon
(
FontAwesomeIcons
.
umbrella
,
'umbrella'
),
ExampleIcon
(
FontAwesomeIcons
.
umbrellaBeach
,
'umbrellaBeach'
),
ExampleIcon
(
FontAwesomeIcons
.
underline
,
'underline'
),
ExampleIcon
(
FontAwesomeIcons
.
undo
,
'undo'
),
ExampleIcon
(
FontAwesomeIcons
.
undoAlt
,
'undoAlt'
),
ExampleIcon
(
FontAwesomeIcons
.
uniregistry
,
'uniregistry'
),
ExampleIcon
(
FontAwesomeIcons
.
unity
,
'unity'
),
ExampleIcon
(
FontAwesomeIcons
.
universalAccess
,
'universalAccess'
),
ExampleIcon
(
FontAwesomeIcons
.
university
,
'university'
),
ExampleIcon
(
FontAwesomeIcons
.
unlink
,
'unlink'
),
...
...
lib/font_awesome_flutter.dart
View file @
8bea7c16
...
...
@@ -98,6 +98,7 @@ class FontAwesomeIcons {
static
const
IconData
backspace
=
const
IconDataSolid
(
0xf55a
);
static
const
IconData
backward
=
const
IconDataSolid
(
0xf04a
);
static
const
IconData
bacon
=
const
IconDataSolid
(
0xf7e5
);
static
const
IconData
bahai
=
const
IconDataSolid
(
0xf666
);
static
const
IconData
balanceScale
=
const
IconDataSolid
(
0xf24e
);
static
const
IconData
balanceScaleLeft
=
const
IconDataSolid
(
0xf515
);
static
const
IconData
balanceScaleRight
=
const
IconDataSolid
(
0xf516
);
...
...
@@ -184,6 +185,7 @@ class FontAwesomeIcons {
static
const
IconData
bus
=
const
IconDataSolid
(
0xf207
);
static
const
IconData
busAlt
=
const
IconDataSolid
(
0xf55e
);
static
const
IconData
businessTime
=
const
IconDataSolid
(
0xf64a
);
static
const
IconData
buyNLarge
=
const
IconDataBrands
(
0xf8a6
);
static
const
IconData
buysellads
=
const
IconDataBrands
(
0xf20d
);
static
const
IconData
calculator
=
const
IconDataSolid
(
0xf1ec
);
static
const
IconData
calendar
=
const
IconDataRegular
(
0xf133
);
...
...
@@ -212,6 +214,7 @@ class FontAwesomeIcons {
static
const
IconData
carBattery
=
const
IconDataSolid
(
0xf5df
);
static
const
IconData
carCrash
=
const
IconDataSolid
(
0xf5e1
);
static
const
IconData
carSide
=
const
IconDataSolid
(
0xf5e4
);
static
const
IconData
caravan
=
const
IconDataSolid
(
0xf8ff
);
static
const
IconData
caretDown
=
const
IconDataSolid
(
0xf0d7
);
static
const
IconData
caretLeft
=
const
IconDataSolid
(
0xf0d9
);
static
const
IconData
caretRight
=
const
IconDataSolid
(
0xf0da
);
...
...
@@ -332,6 +335,7 @@ class FontAwesomeIcons {
static
const
IconData
compass
=
const
IconDataRegular
(
0xf14e
);
static
const
IconData
solidCompass
=
const
IconDataSolid
(
0xf14e
);
static
const
IconData
compress
=
const
IconDataSolid
(
0xf066
);
static
const
IconData
compressAlt
=
const
IconDataSolid
(
0xf422
);
static
const
IconData
compressArrowsAlt
=
const
IconDataSolid
(
0xf78c
);
static
const
IconData
conciergeBell
=
const
IconDataSolid
(
0xf562
);
static
const
IconData
confluence
=
const
IconDataBrands
(
0xf78d
);
...
...
@@ -343,6 +347,7 @@ class FontAwesomeIcons {
static
const
IconData
solidCopy
=
const
IconDataSolid
(
0xf0c5
);
static
const
IconData
copyright
=
const
IconDataRegular
(
0xf1f9
);
static
const
IconData
solidCopyright
=
const
IconDataSolid
(
0xf1f9
);
static
const
IconData
cottonBureau
=
const
IconDataBrands
(
0xf89e
);
static
const
IconData
couch
=
const
IconDataSolid
(
0xf4b8
);
static
const
IconData
cpanel
=
const
IconDataBrands
(
0xf388
);
static
const
IconData
creativeCommons
=
const
IconDataBrands
(
0xf25e
);
...
...
@@ -473,6 +478,7 @@ class FontAwesomeIcons {
static
const
IconData
exclamationCircle
=
const
IconDataSolid
(
0xf06a
);
static
const
IconData
exclamationTriangle
=
const
IconDataSolid
(
0xf071
);
static
const
IconData
expand
=
const
IconDataSolid
(
0xf065
);
static
const
IconData
expandAlt
=
const
IconDataSolid
(
0xf424
);
static
const
IconData
expandArrowsAlt
=
const
IconDataSolid
(
0xf31e
);
static
const
IconData
expeditedssl
=
const
IconDataBrands
(
0xf23e
);
static
const
IconData
externalLinkAlt
=
const
IconDataSolid
(
0xf35d
);
...
...
@@ -541,6 +547,7 @@ class FontAwesomeIcons {
static
const
IconData
fireAlt
=
const
IconDataSolid
(
0xf7e4
);
static
const
IconData
fireExtinguisher
=
const
IconDataSolid
(
0xf134
);
static
const
IconData
firefox
=
const
IconDataBrands
(
0xf269
);
static
const
IconData
firefoxBrowser
=
const
IconDataBrands
(
0xf907
);
static
const
IconData
firstAid
=
const
IconDataSolid
(
0xf479
);
static
const
IconData
firstOrder
=
const
IconDataBrands
(
0xf2b0
);
static
const
IconData
firstOrderAlt
=
const
IconDataBrands
(
0xf50a
);
...
...
@@ -717,8 +724,9 @@ class FontAwesomeIcons {
static
const
IconData
hanukiah
=
const
IconDataSolid
(
0xf6e6
);
static
const
IconData
hardHat
=
const
IconDataSolid
(
0xf807
);
static
const
IconData
hashtag
=
const
IconDataSolid
(
0xf292
);
static
const
IconData
hatCowboy
=
const
IconDataSolid
(
0xf8c0
);
static
const
IconData
hatCowboySide
=
const
IconDataSolid
(
0xf8c1
);
static
const
IconData
hatWizard
=
const
IconDataSolid
(
0xf6e8
);
static
const
IconData
haykal
=
const
IconDataSolid
(
0xf666
);
static
const
IconData
hdd
=
const
IconDataRegular
(
0xf0a0
);
static
const
IconData
solidHdd
=
const
IconDataSolid
(
0xf0a0
);
static
const
IconData
heading
=
const
IconDataSolid
(
0xf1dc
);
...
...
@@ -770,6 +778,7 @@ class FontAwesomeIcons {
static
const
IconData
idCard
=
const
IconDataRegular
(
0xf2c2
);
static
const
IconData
solidIdCard
=
const
IconDataSolid
(
0xf2c2
);
static
const
IconData
idCardAlt
=
const
IconDataSolid
(
0xf47f
);
static
const
IconData
ideal
=
const
IconDataBrands
(
0xf913
);
static
const
IconData
igloo
=
const
IconDataSolid
(
0xf7ae
);
static
const
IconData
image
=
const
IconDataRegular
(
0xf03e
);
static
const
IconData
solidImage
=
const
IconDataSolid
(
0xf03e
);
...
...
@@ -898,6 +907,7 @@ class FontAwesomeIcons {
static
const
IconData
mask
=
const
IconDataSolid
(
0xf6fa
);
static
const
IconData
mastodon
=
const
IconDataBrands
(
0xf4f6
);
static
const
IconData
maxcdn
=
const
IconDataBrands
(
0xf136
);
static
const
IconData
mdb
=
const
IconDataBrands
(
0xf8ca
);
static
const
IconData
medal
=
const
IconDataSolid
(
0xf5a2
);
static
const
IconData
medapps
=
const
IconDataBrands
(
0xf3c6
);
static
const
IconData
medium
=
const
IconDataBrands
(
0xf23a
);
...
...
@@ -917,6 +927,7 @@ class FontAwesomeIcons {
static
const
IconData
menorah
=
const
IconDataSolid
(
0xf676
);
static
const
IconData
mercury
=
const
IconDataSolid
(
0xf223
);
static
const
IconData
meteor
=
const
IconDataSolid
(
0xf753
);
static
const
IconData
microblog
=
const
IconDataBrands
(
0xf91a
);
static
const
IconData
microchip
=
const
IconDataSolid
(
0xf2db
);
static
const
IconData
microphone
=
const
IconDataSolid
(
0xf130
);
static
const
IconData
microphoneAlt
=
const
IconDataSolid
(
0xf3c9
);
...
...
@@ -950,6 +961,7 @@ class FontAwesomeIcons {
static
const
IconData
mosque
=
const
IconDataSolid
(
0xf678
);
static
const
IconData
motorcycle
=
const
IconDataSolid
(
0xf21c
);
static
const
IconData
mountain
=
const
IconDataSolid
(
0xf6fc
);
static
const
IconData
mouse
=
const
IconDataSolid
(
0xf8cc
);
static
const
IconData
mousePointer
=
const
IconDataSolid
(
0xf245
);
static
const
IconData
mugHot
=
const
IconDataSolid
(
0xf7b6
);
static
const
IconData
music
=
const
IconDataSolid
(
0xf001
);
...
...
@@ -980,6 +992,7 @@ class FontAwesomeIcons {
static
const
IconData
openid
=
const
IconDataBrands
(
0xf19b
);
static
const
IconData
opera
=
const
IconDataBrands
(
0xf26a
);
static
const
IconData
optinMonster
=
const
IconDataBrands
(
0xf23c
);
static
const
IconData
orcid
=
const
IconDataBrands
(
0xf8d2
);
static
const
IconData
osi
=
const
IconDataBrands
(
0xf41a
);
static
const
IconData
otter
=
const
IconDataSolid
(
0xf700
);
static
const
IconData
outdent
=
const
IconDataSolid
(
0xf03b
);
...
...
@@ -1036,6 +1049,7 @@ class FontAwesomeIcons {
static
const
IconData
piedPiperAlt
=
const
IconDataBrands
(
0xf1a8
);
static
const
IconData
piedPiperHat
=
const
IconDataBrands
(
0xf4e5
);
static
const
IconData
piedPiperPp
=
const
IconDataBrands
(
0xf1a7
);
static
const
IconData
piedPiperSquare
=
const
IconDataBrands
(
0xf91e
);
static
const
IconData
piggyBank
=
const
IconDataSolid
(
0xf4d3
);
static
const
IconData
pills
=
const
IconDataSolid
(
0xf484
);
static
const
IconData
pinterest
=
const
IconDataBrands
(
0xf0d2
);
...
...
@@ -1099,6 +1113,7 @@ class FontAwesomeIcons {
static
const
IconData
readme
=
const
IconDataBrands
(
0xf4d5
);
static
const
IconData
rebel
=
const
IconDataBrands
(
0xf1d0
);
static
const
IconData
receipt
=
const
IconDataSolid
(
0xf543
);
static
const
IconData
recordVinyl
=
const
IconDataSolid
(
0xf8d9
);
static
const
IconData
recycle
=
const
IconDataSolid
(
0xf1b8
);
static
const
IconData
redRiver
=
const
IconDataBrands
(
0xf3e3
);
static
const
IconData
reddit
=
const
IconDataBrands
(
0xf1a1
);
...
...
@@ -1311,6 +1326,7 @@ class FontAwesomeIcons {
static
const
IconData
solidSurprise
=
const
IconDataSolid
(
0xf5c2
);
static
const
IconData
suse
=
const
IconDataBrands
(
0xf7d6
);
static
const
IconData
swatchbook
=
const
IconDataSolid
(
0xf5c3
);
static
const
IconData
swift
=
const
IconDataBrands
(
0xf8e1
);
static
const
IconData
swimmer
=
const
IconDataSolid
(
0xf5c4
);
static
const
IconData
swimmingPool
=
const
IconDataSolid
(
0xf5c5
);
static
const
IconData
symfony
=
const
IconDataBrands
(
0xf83d
);
...
...
@@ -1381,6 +1397,7 @@ class FontAwesomeIcons {
static
const
IconData
tradeFederation
=
const
IconDataBrands
(
0xf513
);
static
const
IconData
trademark
=
const
IconDataSolid
(
0xf25c
);
static
const
IconData
trafficLight
=
const
IconDataSolid
(
0xf637
);
static
const
IconData
trailer
=
const
IconDataSolid
(
0xf941
);
static
const
IconData
train
=
const
IconDataSolid
(
0xf238
);
static
const
IconData
tram
=
const
IconDataSolid
(
0xf7da
);
static
const
IconData
transgender
=
const
IconDataSolid
(
0xf224
);
...
...
@@ -1411,12 +1428,14 @@ class FontAwesomeIcons {
static
const
IconData
uber
=
const
IconDataBrands
(
0xf402
);
static
const
IconData
ubuntu
=
const
IconDataBrands
(
0xf7df
);
static
const
IconData
uikit
=
const
IconDataBrands
(
0xf403
);
static
const
IconData
umbraco
=
const
IconDataBrands
(
0xf8e8
);
static
const
IconData
umbrella
=
const
IconDataSolid
(
0xf0e9
);
static
const
IconData
umbrellaBeach
=
const
IconDataSolid
(
0xf5ca
);
static
const
IconData
underline
=
const
IconDataSolid
(
0xf0cd
);
static
const
IconData
undo
=
const
IconDataSolid
(
0xf0e2
);
static
const
IconData
undoAlt
=
const
IconDataSolid
(
0xf2ea
);
static
const
IconData
uniregistry
=
const
IconDataBrands
(
0xf404
);
static
const
IconData
unity
=
const
IconDataBrands
(
0xf949
);
static
const
IconData
universalAccess
=
const
IconDataSolid
(
0xf29a
);
static
const
IconData
university
=
const
IconDataSolid
(
0xf19c
);
static
const
IconData
unlink
=
const
IconDataSolid
(
0xf127
);
...
...
lib/fonts/fa-brands-400.ttf
View file @
8bea7c16
No preview for this file type
lib/fonts/fa-regular-400.ttf
View file @
8bea7c16
No preview for this file type
lib/fonts/fa-solid-900.ttf
View file @
8bea7c16
No preview for this file type
pubspec.yaml
View file @
8bea7c16
...
...
@@ -2,7 +2,7 @@ name: font_awesome_flutter
description
:
The Font Awesome Icon pack available as Flutter Icons. Provides 1500 additional icons to use in your apps.
author
:
Brian Egan <brian@brianegan.com>
homepage
:
https://github.com/brianegan/font_awesome_flutter
version
:
8.
5
.0
version
:
8.
6
.0
environment
:
sdk
:
"
>=2.0.0-dev.28.0
<3.0.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