forked from hrmoh/FlutterIconPicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
37 lines (37 loc) · 980 Bytes
/
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
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.2
homepage: https://github.com/Ahmadre
repository: https://github.com/Ahmadre/FlutterIconPicker
environment:
sdk: '>=2.13.0 <3.0.0'
flutter: '>=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