-
Notifications
You must be signed in to change notification settings - Fork 18
/
pubspec.yaml
96 lines (88 loc) · 2.8 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
name: codered
description: A new Flutter project.
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
agora_rtc_engine: ^3.3.2
another_flushbar: ^1.10.17
cached_network_image: ^2.5.1
cloud_firestore: ^1.0.1
connectivity: ^3.0.3
file_picker: ^3.0.0
firebase_auth: ^1.0.1
firebase_core: ^1.0.1
firebase_messaging: ^10.0.1
firebase_storage: ^8.0.0
flutter_datetime_picker: ^1.5.0
flutter_linkify: ^5.0.0
flutter_local_notifications: ^5.0.0
flutter_phoenix: ^1.0.0
flutter_svg: null
flutter_vector_icons: ^0.2.1
geolocator: ^7.0.1
google_maps_cluster_manager: ^1.0.0
google_maps_flutter: ^2.0.1
google_ml_kit: ^0.6.0
google_sign_in: ^4.5.9
http: ^0.13.1
image_picker: ^0.7.4
json_annotation: ^3.1.1
lottie: ^1.0.1
multi_image_picker: ^4.8.0
overflow_view: ^0.2.2
path_provider: ^2.0.1
permission_handler: ^6.1.1
photo_view: ^0.11.1
provider: ^5.0.0
razorpay_flutter: ^1.2.5
rxdart: ^0.23.1
shimmer: ^1.1.2
slide_to_act: ^2.0.1
timeago: ^3.0.2
titled_navigation_bar: ^4.1.0
url_launcher: ^6.0.2
uuid: ^3.0.2
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^1.10.1
json_serializable: ^3.5.1
flutter:
uses-material-design: true
assets:
- assets/
- assets/images/
- assets/icons/
- assets/lottie/
fonts:
- family: CustomIcons
fonts:
- asset: assets/fonts/CustomIcons.ttf
- family: ProductSans
fonts:
- asset: assets/fonts/Product-Sans-Regular.ttf
weight: 400
- asset: assets/fonts/Product-Sans-Bold.ttf
weight: 600
- asset: assets/fonts/Product-Sans-Bold-Italic.ttf
weight: 600
style: italic
- asset: assets/fonts/Product-Sans-Italic.ttf
weight: 400
style: italic