-
Notifications
You must be signed in to change notification settings - Fork 6
/
pubspec.yaml
59 lines (51 loc) · 1.34 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
47
48
49
50
51
52
53
54
55
56
57
58
59
name: bigbucks
description: A way to get track of money lent and borrowed.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.1.0+3
environment:
sdk: ">=2.17.6 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
firebase_core: ^2.3.0
flutter_riverpod: ^2.1.1
firebase_auth: ^4.1.3
cloud_firestore: ^4.1.0
firebase_storage: ^11.0.6
flutter_contacts: ^1.1.5+1
permission_handler: ^10.0.0
image_picker: ^0.8.5+3
enough_giphy_flutter: ^0.3.0
intl: ^0.17.0
country_picker: ^2.0.16
uuid: ^3.0.7
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.11.0
flutter_lints: ^2.0.0
flutter_icons:
android: true
ios: true
image_path: "assets/icon/icon.png"
min_sdk_android: 23 # android min sdk min:16, default 21
image_path_android: "assets/images/bigmoni.png"
image_path_ios: "assets/images/bigmoni.png"
remove_alpha_ios: true
flutter:
uses-material-design: true
assets:
- assets/images/bigmoni.png
- assets/images/user.png
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700