forked from Ahmadre/FlutterIconPicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
36 lines (36 loc) · 961 Bytes
/
pubspec.yaml
File metadata and controls
36 lines (36 loc) · 961 Bytes
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
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: 3.2.4-qrdoorbell+1
homepage: https://github.com/Ahmadre
repository: https://github.com/Ahmadre/FlutterIconPicker
environment:
sdk: ^3.0.0
dependencies:
cupertino_icons: ^1.0.5
flutter:
sdk: flutter
font_awesome_flutter: ^10.2.1
provider: ^6.0.4
dev_dependencies:
flutter_test:
sdk: flutter
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