Skip to content

Commit fbf2ddd

Browse files
authored
Merge pull request #106 from BenPoell/fix-103-vectorSquare-issue
Fixing invalid FontAwesomeIcon reference vectorSquare
2 parents f3adc9c + 01ab193 commit fbf2ddd

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

assets/generated_packs/FontAwesome.dart

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12951,11 +12951,6 @@ const Map<String, IconPickerIcon> fontAwesomeIcons = {
1295112951
data: FontAwesomeIcons.vault,
1295212952
pack: 'fontAwesomeIcons',
1295312953
),
12954-
'vectorSquare': IconPickerIcon(
12955-
name: 'vectorSquare',
12956-
data: FontAwesomeIcons.vectorSquare,
12957-
pack: 'fontAwesomeIcons',
12958-
),
1295912954
'venus': IconPickerIcon(
1296012955
name: 'venus',
1296112956
data: FontAwesomeIcons.venus,

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: flutter_iconpicker
22
description: A Dialog for picking Icons in Flutter and use them anywhere. Can be
33
used as a default Dialog or as a Adaptive Dialog.
4-
version: 4.0.2
4+
version: 4.0.3
55
homepage: https://github.com/Ahmadre
66
repository: https://github.com/Ahmadre/FlutterIconPicker
77

@@ -20,7 +20,7 @@ dependencies:
2020
font_awesome_flutter: ^10.7.0
2121
path: ^1.9.0
2222
provider: ^6.1.2
23-
scrollview_observer: ^1.24.0
23+
scrollview_observer: ^1.24.0
2424

2525
dev_dependencies:
2626
flutter_lints: ">=4.0.0 <6.0.0"

0 commit comments

Comments
 (0)