-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
117 lines (110 loc) · 2.54 KB
/
pubspec.yaml
File metadata and controls
117 lines (110 loc) · 2.54 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
name: petscape
description: take care your pet with petscape.
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ">=2.18.1 <3.0.0"
dependencies:
cloud_firestore: ^4.0.2
cupertino_icons: ^1.0.5
dio: ^4.0.6
file_picker: ^5.2.2
firebase_auth: ^4.0.2
firebase_core: ^2.1.0
firebase_storage: ^11.0.2
flutter:
sdk: flutter
flutter_riverpod: ^2.0.2
flutter_screenutil: ^5.5.4
flutter_sound: ^9.2.13
flutter_chat_ui: ^1.4.0
flutter_chat_types: ^3.1.0
go_router: ^5.1.1
google_fonts: ^3.0.1
google_sign_in: ^5.4.2
hexcolor: ^3.0.1
image: ^3.2.2
image_picker: ^0.8.6
intl: ^0.17.0
json_annotation: ^4.1.0
logger: ^1.1.0
midtrans_sdk: ^0.3.4
open_filex: ^4.1.1
path_provider: ^2.0.11
percent_indicator: ^4.2.2
permission_handler: ^10.2.0
shared_preferences: ^2.0.15
shimmer: ^2.0.0
smooth_page_indicator: ^1.0.0+2
uuid: ^3.0.6
dev_dependencies:
flutter_lints: ^2.0.1
flutter_test:
sdk: flutter
json_serializable: ^4.1.3
# flutter_icons:
# android: "launcher_icon"
# ios: true
# image_path: "assets/icons/ic_logo_app.png"
# min_sdk_android: 21
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/images/petscape/
- assets/icons/
# name: petscape
# description: take care your pet with petscape.
# publish_to: "none"
# version: 1.0.0+1
# environment:
# sdk: ">=2.18.1 <3.0.0"
# dependencies:
# cloud_firestore: ^4.0.2
# cupertino_icons: ^1.0.5
# dio: ^4.0.6
# file_picker: ^5.2.2
# firebase_auth: ^4.0.2
# firebase_core: ^2.1.0
# firebase_storage: ^11.0.2
# flutter:
# sdk: flutter
# flutter_chat_types: ^3.5.0
# flutter_chat_ui: ^1.6.5
# flutter_riverpod: ^2.0.2
# flutter_screenutil: ^5.5.4
# flutter_sound: ^9.2.13
# freezed_annotation: ^2.2.0
# go_router: ^5.1.1
# google_fonts: ^3.0.1
# google_sign_in: ^5.4.2
# hexcolor: ^3.0.1
# image_picker: ^0.8.6
# intl: ^0.17.0
# json_annotation: ^4.7.0
# logger: ^1.1.0
# open_filex: ^4.1.1
# permission_handler: ^10.2.0
# shared_preferences: ^2.0.15
# shimmer: ^2.0.0
# smooth_page_indicator: ^1.0.0+2
# uuid: ^3.0.6
# dev_dependencies:
# build_runner: ^2.3.2
# flutter_launcher_icons: ^0.10.0
# flutter_lints: ^2.0.1
# flutter_test:
# sdk: flutter
# freezed: ^2.2.0
# json_serializable: ^6.5.1
# flutter_icons:
# android: "launcher_icon"
# ios: true
# image_path: "assets/icons/ic_logo_app.png"
# min_sdk_android: 21
# flutter:
# uses-material-design: true
# assets:
# - assets/images/
# - assets/images/petscape/
# - assets/icons/