-
-
Notifications
You must be signed in to change notification settings - Fork 77
/
Copy pathpubspec.yaml
46 lines (42 loc) · 1.08 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
name: flutter_iconpicker
description: A Dialog for picking Icons in Flutter and use them anywhere. Can be
used as a default Dialog or as a Adaptive Dialog.
version: 4.0.2
homepage: https://github.com/Ahmadre
repository: https://github.com/Ahmadre/FlutterIconPicker
environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.27.0"
dependencies:
args: ^2.5.0
collection: ^1.19.0
cupertino_icons: ^1.0.8
dcli: ^6.1.0
equatable: ^2.0.5
flutter:
sdk: flutter
font_awesome_flutter: ^10.7.0
path: ^1.9.0
provider: ^6.1.2
scrollview_observer: ^1.24.0
dev_dependencies:
flutter_lints: ">=4.0.0 <6.0.0"
flutter:
uses-material-design: true
fonts:
- family: LineAwesomeIcons
fonts:
- asset: fonts/LineAwesome.ttf
style: normal
- family: FontAwesomeBrands
fonts:
- asset: fonts/fa-brands-400.ttf
style: normal
- family: FontAwesomeSolid
fonts:
- asset: fonts/fa-solid-900.ttf
style: normal
- family: FontAwesomeRegular
fonts:
- asset: fonts/fa-regular-400.ttf
style: normal