-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
74 lines (64 loc) · 1.57 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
name: pictro
description: Connect with loved ones through art, without leaving your homescreen.
publish_to: 'none'
version: 1.0.2+4
environment:
sdk: '>=3.0.5 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
country_dial_code: ^1.2.0
flutter_multi_formatter: ^2.11.1
firebase_core: ^2.14.0
firebase_auth: ^4.6.3
flutter_bloc: ^8.1.3
bloc: ^8.1.2
meta: ^1.9.1
get_it: ^7.6.0
get: ^4.6.5
timer_count_down: ^2.2.2
firebase_database: ^10.2.3
camera: ^0.10.5+2
image_picker: ^1.0.1
firebase_storage: ^11.2.5
auto_size_text: ^3.0.0
flutter_drawing_board: ^0.4.4+2
native_image_cropper: ^0.3.1
contacts_service: ^0.6.3
permission_handler: ^10.4.3
home_widget: ^0.3.0
cloud_firestore: ^4.8.4
intl: ^0.18.1
flutter_animate: ^4.2.0+1
cached_network_image: ^3.2.3
firebase_app_check: ^0.1.5+1
image_cropper: ^5.0.0
http: ^1.1.0
firebase_messaging: ^14.6.5
flutter_dotenv: ^5.1.0
app_settings: ^5.0.0
url_launcher: ^6.1.12
liquid_pull_to_refresh: ^3.0.1
device_info: ^2.0.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
uses-material-design: true
assets:
- .env
fonts:
- family: Geologica-Regular
fonts:
- asset: assets/fonts/Geologica/static/Geologica-Regular.ttf
weight: 400
- family: Geologica-Medium
fonts:
- asset: assets/fonts/Geologica/static/Geologica-Medium.ttf
weight: 500
- family: Geologica-Bold
fonts:
- asset: assets/fonts/Geologica/static/Geologica-Bold.ttf
weight: 600